#8CB66B

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

Shades of Olivine #8CB66B

Tints of Olivine #8CB66B

Color information

#8CB66B (or 0x8CB66B) is unknown color: approx Olivine. HEX triplet: 8C, B6 and 6B. RGB value is (140,182,107). Sum of RGB (Red+Green+Blue) = 140+182+107=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 107 (42.19% from 255 or 24.94% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #8CB66B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB66B is #734994. Grayscale: #A1A1A1. Windows color (decimal): -7555477 or 7059084. OLE color: 7059084.

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

Color convert

RGB140182107-
CMYK0.2300.410.29
HSL93.6º33.94%56.67%-
HSV(B)93.6º41.21%71.37%-
XYZ30.240.0920.06-
YUV160.8997.59113.1-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 107 (42.19% from 255) = 24.94%
R=32.63%
G=42.42%
B=24.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401821070.2300.410.2993.633.9456.67
Hex8CB66B170291D5e2239
Octal21426615327051351364271
Binary10001100101101101101011101110101001111011011110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB66B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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