#8CAA70

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

Shades of Olivine #8CAA70

Tints of Olivine #8CAA70

Color information

#8CAA70 (or 0x8CAA70) is unknown color: approx Olivine. HEX triplet: 8C, AA and 70. RGB value is (140,170,112). Sum of RGB (Red+Green+Blue) = 140+170+112=422 (55% of max value = 765). Red value is 140 (55.08% from 255 or 33.18% from 422); Green value is 170 (66.80% from 255 or 40.28% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 170 - color contains mainly: green. Hex color #8CAA70 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAA70 is #73558F. Grayscale: #9A9A9A. Windows color (decimal): -7558544 or 7383692. OLE color: 7383692.

HSL color Cylindrical-coordinate representation of color #8CAA70: hue angle of 91.03º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8CAA70 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB140170112-
CMYK0.1800.340.33
HSL91.03º25.44%55.29%-
HSV(B)91.03º34.12%66.67%-
XYZ28.1135.4920.7-
YUV154.42104.06117.72-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.18%
GREEN value IS 170 (66.80% from 255) = 40.28%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=33.18%
G=40.28%
B=26.54%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401701120.1800.340.3391.0325.4455.29
Hex8CAA7012022215b1937
Octal21425216022042411333167
Binary10001100101010101110000100100100010100001101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,112); }

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

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

 a { background-color: rgb(140,170,112); }

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

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

 span { border-color: rgb(140,170,112); }

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