#8CA972

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

Shades of Olivine #8CA972

Tints of Olivine #8CA972

Color information

#8CA972 (or 0x8CA972) is unknown color: approx Olivine. HEX triplet: 8C, A9 and 72. RGB value is (140,169,114). Sum of RGB (Red+Green+Blue) = 140+169+114=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 169 (66.41% from 255 or 39.95% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 169 - color contains mainly: green. Hex color #8CA972 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CA972 is #73568D. Grayscale: #9A9A9A. Windows color (decimal): -7558798 or 7514508. OLE color: 7514508.

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

Color convert

RGB140169114-
CMYK0.1700.330.34
HSL91.64º24.23%55.49%-
HSV(B)91.64º32.54%66.27%-
XYZ28.0435.1721.23-
YUV154.06105.39117.97-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 33.10%
GREEN value IS 169 (66.41% from 255) = 39.95%
BLUE value IS 114 (44.92% from 255) = 26.95%
R=33.10%
G=39.95%
B=26.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1401691140.1700.330.3491.6424.2355.49
Hex8CA97211021225c1837
Octal21425116221041421343067
Binary10001100101010011110010100010100001100010101110011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CA972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,169,114); }

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

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

 a { background-color: rgb(140,169,114); }

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

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

 span { border-color: rgb(140,169,114); }

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