#8DA970

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

Shades of Olivine #8DA970

Tints of Olivine #8DA970

Color information

#8DA970 (or 0x8DA970) is unknown color: approx Olivine. HEX triplet: 8D, A9 and 70. RGB value is (141,169,112). Sum of RGB (Red+Green+Blue) = 141+169+112=422 (55% of max value = 765). Red value is 141 (55.47% from 255 or 33.41% from 422); Green value is 169 (66.41% from 255 or 40.05% from 422); Blue value is 112 (44.14% from 255 or 26.54% from 422); Max value from RGB is 169 - color contains mainly: green. Hex color #8DA970 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #8DA970 is #72568F. Grayscale: #9A9A9A. Windows color (decimal): -7493264 or 7383437. OLE color: 7383437.

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

Color convert

RGB141169112-
CMYK0.1700.340.34
HSL89.47º24.89%55.1%-
HSV(B)89.47º33.73%66.27%-
XYZ28.135.2120.64-
YUV154.13104.22118.63-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 33.41%
GREEN value IS 169 (66.41% from 255) = 40.05%
BLUE value IS 112 (44.14% from 255) = 26.54%
R=33.41%
G=40.05%
B=26.54%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1411691120.1700.340.3489.4724.8955.1
Hex8DA9701102222591937
Octal21525116021042421313167
Binary10001101101010011110000100010100010100010101100111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8DA970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,169,112); }

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

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

 a { background-color: rgb(141,169,112); }

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

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

 span { border-color: rgb(141,169,112); }

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