#8CB46A

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

Shades of Olivine #8CB46A

Tints of Olivine #8CB46A

Color information

#8CB46A (or 0x8CB46A) is unknown color: approx Olivine. HEX triplet: 8C, B4 and 6A. RGB value is (140,180,106). Sum of RGB (Red+Green+Blue) = 140+180+106=426 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.86% from 426); Green value is 180 (70.70% from 255 or 42.25% from 426); Blue value is 106 (41.80% from 255 or 24.88% from 426); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB46A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB46A is #734B95. Grayscale: #9F9F9F. Windows color (decimal): -7555990 or 6993036. OLE color: 6993036.

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

Color convert

RGB140180106-
CMYK0.2200.410.29
HSL92.43º33.04%56.08%-
HSV(B)92.43º41.11%70.59%-
XYZ29.7439.2619.65-
YUV159.697.75114.02-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.86%
GREEN value IS 180 (70.70% from 255) = 42.25%
BLUE value IS 106 (41.80% from 255) = 24.88%
R=32.86%
G=42.25%
B=24.88%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801060.2200.410.2992.4333.0456.08
Hex8CB46A160291D5c2138
Octal21426415226051351344170
Binary10001100101101001101010101100101001111011011100100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB46A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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