#9DAD80

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

Shades of Olivine #9DAD80

Tints of Olivine #9DAD80

Color information

#9DAD80 (or 0x9DAD80) is unknown color: approx Olivine. HEX triplet: 9D, AD and 80. RGB value is (157,173,128). Sum of RGB (Red+Green+Blue) = 157+173+128=458 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.28% from 458); Green value is 173 (67.97% from 255 or 37.77% from 458); Blue value is 128 (50.39% from 255 or 27.95% from 458); Max value from RGB is 173 - color contains mainly: green. Hex color #9DAD80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAD80 is #62527F. Grayscale: #A3A3A3. Windows color (decimal): -6443648 or 8433053. OLE color: 8433053.

HSL color Cylindrical-coordinate representation of color #9DAD80: hue angle of 81.33º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9DAD80 is Cyan = 0.09, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.32.

Color convert

RGB157173128-
CMYK0.0900.260.32
HSL81.33º21.53%59.02%-
HSV(B)81.33º26.01%67.84%-
XYZ32.7438.6126.15-
YUV163.09108.2123.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.28%
GREEN value IS 173 (67.97% from 255) = 37.77%
BLUE value IS 128 (50.39% from 255) = 27.95%
R=34.28%
G=37.77%
B=27.95%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1571731280.0900.260.3281.3321.5359.02
Hex9DAD80901A2051163b
Octal23525520011032401212673
Binary1001110110101101100000001001011010100000101000110110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAD80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DAD80; }

 p { color: rgb(157,173,128); }

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

<style>
 a { background-color: #9DAD80; }

 a { background-color: rgb(157,173,128); }

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

<style>
 span { border-color: #9DAD80; }

 span { border-color: rgb(157,173,128); }

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