#8CB477

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

Shades of Olivine #8CB477

Tints of Olivine #8CB477

Color information

#8CB477 (or 0x8CB477) is unknown color: approx Olivine. HEX triplet: 8C, B4 and 77. RGB value is (140,180,119). Sum of RGB (Red+Green+Blue) = 140+180+119=439 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.89% from 439); Green value is 180 (70.70% from 255 or 41.00% from 439); Blue value is 119 (46.88% from 255 or 27.11% from 439); Max value from RGB is 180 - color contains mainly: green. Hex color #8CB477 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CB477 is #734B88. Grayscale: #A1A1A1. Windows color (decimal): -7555977 or 7845004. OLE color: 7845004.

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

Color convert

RGB140180119-
CMYK0.2200.340.29
HSL99.34º28.91%58.63%-
HSV(B)99.34º33.89%70.59%-
XYZ30.4739.5523.48-
YUV161.09104.25112.96-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.89%
GREEN value IS 180 (70.70% from 255) = 41.00%
BLUE value IS 119 (46.88% from 255) = 27.11%
R=31.89%
G=41.00%
B=27.11%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1401801190.2200.340.2999.3428.9158.63
Hex8CB477160221D631d3b
Octal21426416726042351433573
Binary1000110010110100111011110110010001011101110001111101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CB477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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