#8CB66F

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

Shades of Olivine #8CB66F

Tints of Olivine #8CB66F

Color information

#8CB66F (or 0x8CB66F) is unknown color: approx Olivine. HEX triplet: 8C, B6 and 6F. RGB value is (140,182,111). Sum of RGB (Red+Green+Blue) = 140+182+111=433 (57% of max value = 765). Red value is 140 (55.08% from 255 or 32.33% from 433); Green value is 182 (71.48% from 255 or 42.03% from 433); Blue value is 111 (43.75% from 255 or 25.64% from 433); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB66F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB66F is #734990. Grayscale: #A1A1A1. Windows color (decimal): -7555473 or 7321228. OLE color: 7321228.

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

Color convert

RGB140182111-
CMYK0.2300.390.29
HSL95.49º32.72%57.45%-
HSV(B)95.49º39.01%71.37%-
XYZ30.4140.1821.19-
YUV161.3599.59112.77-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.33%
GREEN value IS 182 (71.48% from 255) = 42.03%
BLUE value IS 111 (43.75% from 255) = 25.64%
R=32.33%
G=42.03%
B=25.64%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401821110.2300.390.2995.4932.7257.45
Hex8CB66F170271D5f2139
Octal21426615727047351374171
Binary10001100101101101101111101110100111111011011111100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB66F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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