#8CB86F

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

Shades of Olivine #8CB86F

Tints of Olivine #8CB86F

Color information

#8CB86F (or 0x8CB86F) is unknown color: approx Olivine. HEX triplet: 8C, B8 and 6F. RGB value is (140,184,111). Sum of RGB (Red+Green+Blue) = 140+184+111=435 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.18% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 111 (43.75% from 255 or 25.52% from 435); Max value from RGB is 184 - color contains mainly: green. Hex color #8CB86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB86F is #734790. Grayscale: #A2A2A2. Windows color (decimal): -7554961 or 7321740. OLE color: 7321740.

HSL color Cylindrical-coordinate representation of color #8CB86F: hue angle of 96.16º degrees, saturation: 0.34, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8CB86F is Cyan = 0.24, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB140184111-
CMYK0.2400.400.28
HSL96.16º33.95%57.84%-
HSV(B)96.16º39.67%72.16%-
XYZ30.824121.33-
YUV162.5298.92111.94-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.18%
GREEN value IS 184 (72.27% from 255) = 42.30%
BLUE value IS 111 (43.75% from 255) = 25.52%
R=32.18%
G=42.30%
B=25.52%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401841110.2400.400.2896.1633.9557.84
Hex8CB86F180281C60223a
Octal21427015730050341404272
Binary10001100101110001101111110000101000111001100000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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