#8CBC77

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

Shades of Olivine #8CBC77

Tints of Olivine #8CBC77

Color information

#8CBC77 (or 0x8CBC77) is unknown color: approx Olivine. HEX triplet: 8C, BC and 77. RGB value is (140,188,119). Sum of RGB (Red+Green+Blue) = 140+188+119=447 (59% of max value = 765). Red value is 140 (55.08% from 255 or 31.32% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 119 (46.88% from 255 or 26.62% from 447); Max value from RGB is 188 - color contains mainly: green. Hex color #8CBC77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #8CBC77 is #734388. Grayscale: #A6A6A6. Windows color (decimal): -7553929 or 7847052. OLE color: 7847052.

HSL color Cylindrical-coordinate representation of color #8CBC77: hue angle of 101.74º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CBC77 is Cyan = 0.26, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.26.

Color convert

RGB140188119-
CMYK0.2600.370.26
HSL101.74º33.99%60.2%-
HSV(B)101.74º36.7%73.73%-
XYZ32.1342.8724.03-
YUV165.78101.6109.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 31.32%
GREEN value IS 188 (73.83% from 255) = 42.06%
BLUE value IS 119 (46.88% from 255) = 26.62%
R=31.32%
G=42.06%
B=26.62%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1401881190.2600.370.26101.7433.9960.2
Hex8CBC771A0251A66223c
Octal21427416732045321464274
Binary10001100101111001110111110100100101110101100110100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CBC77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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