#8CB76F

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

Shades of Olivine #8CB76F

Tints of Olivine #8CB76F

Color information

#8CB76F (or 0x8CB76F) is unknown color: approx Olivine. HEX triplet: 8C, B7 and 6F. RGB value is (140,183,111). Sum of RGB (Red+Green+Blue) = 140+183+111=434 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.26% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 111 (43.75% from 255 or 25.58% from 434); Max value from RGB is 183 - color contains mainly: green. Hex color #8CB76F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB76F is #734890. Grayscale: #A2A2A2. Windows color (decimal): -7555217 or 7321484. OLE color: 7321484.

HSL color Cylindrical-coordinate representation of color #8CB76F: hue angle of 95.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CB76F is Cyan = 0.23, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB140183111-
CMYK0.2300.390.28
HSL95.83º33.33%57.65%-
HSV(B)95.83º39.34%71.76%-
XYZ30.6240.5921.26-
YUV161.9499.25112.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.26%
GREEN value IS 183 (71.88% from 255) = 42.17%
BLUE value IS 111 (43.75% from 255) = 25.58%
R=32.26%
G=42.17%
B=25.58%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1401831110.2300.390.2895.8333.3357.65
Hex8CB76F170271C60213a
Octal21426715727047341404172
Binary10001100101101111101111101110100111111001100000100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB76F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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