#8CAB76

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

Shades of Olivine #8CAB76

Tints of Olivine #8CAB76

Color information

#8CAB76 (or 0x8CAB76) is unknown color: approx Olivine. HEX triplet: 8C, AB and 76. RGB value is (140,171,118). Sum of RGB (Red+Green+Blue) = 140+171+118=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 171 (67.19% from 255 or 39.86% from 429); Blue value is 118 (46.48% from 255 or 27.51% from 429); Max value from RGB is 171 - color contains mainly: green. Hex color #8CAB76 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8CAB76 is #735489. Grayscale: #9B9B9B. Windows color (decimal): -7558282 or 7777164. OLE color: 7777164.

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

Color convert

RGB140171118-
CMYK0.1800.310.33
HSL95.09º23.98%56.67%-
HSV(B)95.09º30.99%67.06%-
XYZ28.6536.0122.58-
YUV155.69106.73116.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 32.63%
GREEN value IS 171 (67.19% from 255) = 39.86%
BLUE value IS 118 (46.48% from 255) = 27.51%
R=32.63%
G=39.86%
B=27.51%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1401711180.1800.310.3395.0923.9856.67
Hex8CAB761201F215f1839
Octal21425316622037411373071
Binary1000110010101011111011010010011111100001101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,171,118); }

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

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

 a { background-color: rgb(140,171,118); }

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

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

 span { border-color: rgb(140,171,118); }

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