#8CBB6F

Color #8CBB6F Olivine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olivine #8CBB6F

Tints of Olivine #8CBB6F

Color information

#8CBB6F (or 0x8CBB6F) is unknown color: approx Olivine. HEX triplet: 8C, BB and 6F. RGB value is (140,187,111). Sum of RGB (Red+Green+Blue) = 140+187+111=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 187 (73.44% from 255 or 42.69% from 438); Blue value is 111 (43.75% from 255 or 25.34% from 438); Max value from RGB is 187 - color contains mainly: green. Hex color #8CBB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBB6F is #734490. Grayscale: #A4A4A4. Windows color (decimal): -7554193 or 7322508. OLE color: 7322508.

HSL color Cylindrical-coordinate representation of color #8CBB6F: hue angle of 97.11º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CBB6F is Cyan = 0.25, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB140187111-
CMYK0.2500.410.27
HSL97.11º35.85%58.43%-
HSV(B)97.11º40.64%73.33%-
XYZ31.4542.2621.54-
YUV164.2897.93110.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 140 (55.08% from 255) = 31.96%
GREEN value IS 187 (73.44% from 255) = 42.69%
BLUE value IS 111 (43.75% from 255) = 25.34%
R=31.96%
G=42.69%
B=25.34%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1401871110.2500.410.2797.1135.8558.43
Hex8CBB6F190291B61243a
Octal21427315731051331414472
Binary10001100101110111101111110010101001110111100001100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CBB6F; }

 p { color: rgb(140,187,111); }

 H1.HeaderClassName
 {
   color: #8CBB6F;
 }
 .AnyTagClassName
 {
   color: #8CBB6F;
 }
</style>
background-color css

<style>
 a { background-color: #8CBB6F; }

 a { background-color: rgb(140,187,111); }

 div.DivClassName
 {
   background-color: #8CBB6F;
 }
 .BgClassName
 {
   background-color: #8CBB6F;
 }
</style>
border-color css

<style>
 span { border-color: #8CBB6F; }

 span { border-color: rgb(140,187,111); }

 td.TdClassName
 {
   border-color: #8CBB6F;
 }
 .TagClassName
 {
   border-color: #8CBB6F;
 }
</style>