#9DAF82

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

Shades of Olivine #9DAF82

Tints of Olivine #9DAF82

Color information

#9DAF82 (or 0x9DAF82) is unknown color: approx Olivine. HEX triplet: 9D, AF and 82. RGB value is (157,175,130). Sum of RGB (Red+Green+Blue) = 157+175+130=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 175 (68.75% from 255 or 37.88% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF82 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9DAF82 is #62507D. Grayscale: #A4A4A4. Windows color (decimal): -6443134 or 8564637. OLE color: 8564637.

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

Color convert

RGB157175130-
CMYK0.1000.260.31
HSL84º21.95%59.8%-
HSV(B)84º25.71%68.63%-
XYZ33.2639.4426.98-
YUV164.49108.54122.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.98%
GREEN value IS 175 (68.75% from 255) = 37.88%
BLUE value IS 130 (51.17% from 255) = 28.14%
R=33.98%
G=37.88%
B=28.14%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751300.1000.260.318421.9559.8
Hex9DAF82A01A1F54163c
Octal23525720212032371242674
Binary100111011010111110000010101001101011111101010010110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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