#9DAF80

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

Shades of Olivine #9DAF80

Tints of Olivine #9DAF80

Color information

#9DAF80 (or 0x9DAF80) is unknown color: approx Olivine. HEX triplet: 9D, AF and 80. RGB value is (157,175,128). Sum of RGB (Red+Green+Blue) = 157+175+128=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 175 (68.75% from 255 or 38.04% from 460); Blue value is 128 (50.39% from 255 or 27.83% from 460); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF80 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF80 is #62507F. Grayscale: #A4A4A4. Windows color (decimal): -6443136 or 8433565. OLE color: 8433565.

HSL color Cylindrical-coordinate representation of color #9DAF80: hue angle of 82.98º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9DAF80 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB157175128-
CMYK0.1000.270.31
HSL82.98º22.71%59.41%-
HSV(B)82.98º26.86%68.63%-
XYZ33.1339.3926.28-
YUV164.26107.54122.82-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 175 (68.75% from 255) = 38.04%
BLUE value IS 128 (50.39% from 255) = 27.83%
R=34.13%
G=38.04%
B=27.83%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751280.1000.270.3182.9822.7159.41
Hex9DAF80A01B1F53173b
Octal23525720012033371232773
Binary100111011010111110000000101001101111111101001110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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