#8CB46E

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

Shades of Olivine #8CB46E

Tints of Olivine #8CB46E

Color information

#8CB46E (or 0x8CB46E) is unknown color: approx Olivine. HEX triplet: 8C, B4 and 6E. RGB value is (140,180,110). Sum of RGB (Red+Green+Blue) = 140+180+110=430 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.56% from 430); Green value is 180 (70.70% from 255 or 41.86% from 430); Blue value is 110 (43.36% from 255 or 25.58% from 430); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB46E is #734B91. Grayscale: #A0A0A0. Windows color (decimal): -7555986 or 7255180. OLE color: 7255180.

HSL color Cylindrical-coordinate representation of color #8CB46E: hue angle of 94.29º degrees, saturation: 0.32, 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 #8CB46E is Cyan = 0.22, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB140180110-
CMYK0.2200.390.29
HSL94.29º31.82%56.86%-
HSV(B)94.29º38.89%70.59%-
XYZ29.9539.3420.77-
YUV160.0699.75113.69-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.56%
GREEN value IS 180 (70.70% from 255) = 41.86%
BLUE value IS 110 (43.36% from 255) = 25.58%
R=32.56%
G=41.86%
B=25.58%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801100.2200.390.2994.2931.8256.86
Hex8CB46E160271D5e2039
Octal21426415626047351364071
Binary10001100101101001101110101100100111111011011110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,180,110); }

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

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

 a { background-color: rgb(140,180,110); }

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

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

 span { border-color: rgb(140,180,110); }

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