#8DAB74

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

Shades of Olivine #8DAB74

Tints of Olivine #8DAB74

Color information

#8DAB74 (or 0x8DAB74) is unknown color: approx Olivine. HEX triplet: 8D, AB and 74. RGB value is (141,171,116). Sum of RGB (Red+Green+Blue) = 141+171+116=428 (56% of max value = 765). Red value is 141 (55.47% from 255 or 32.94% from 428); Green value is 171 (67.19% from 255 or 39.95% from 428); Blue value is 116 (45.70% from 255 or 27.10% from 428); Max value from RGB is 171 - color contains mainly: green. Hex color #8DAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DAB74 is #72548B. Grayscale: #9B9B9B. Windows color (decimal): -7492748 or 7646093. OLE color: 7646093.

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

Color convert

RGB141171116-
CMYK0.1800.320.33
HSL92.73º24.66%56.27%-
HSV(B)92.73º32.16%67.06%-
XYZ28.736.0521.97-
YUV155.76105.56117.47-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 32.94%
GREEN value IS 171 (67.19% from 255) = 39.95%
BLUE value IS 116 (45.70% from 255) = 27.10%
R=32.94%
G=39.95%
B=27.10%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1411711160.1800.320.3392.7324.6656.27
Hex8DAB7412020215d1938
Octal21525316422040411353170
Binary10001101101010111110100100100100000100001101110111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DAB74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,171,116); }

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

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

 a { background-color: rgb(141,171,116); }

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

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

 span { border-color: rgb(141,171,116); }

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