#9DAF73

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

Shades of Olivine #9DAF73

Tints of Olivine #9DAF73

Color information

#9DAF73 (or 0x9DAF73) is unknown color: approx Olivine. HEX triplet: 9D, AF and 73. RGB value is (157,175,115). Sum of RGB (Red+Green+Blue) = 157+175+115=447 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.12% from 447); Green value is 175 (68.75% from 255 or 39.15% from 447); Blue value is 115 (45.31% from 255 or 25.73% from 447); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF73 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF73 is #62508C. Grayscale: #A3A3A3. Windows color (decimal): -6443149 or 7581597. OLE color: 7581597.

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

Color convert

RGB157175115-
CMYK0.1000.340.31
HSL78º27.27%56.86%-
HSV(B)78º34.29%68.63%-
XYZ32.3339.0722.06-
YUV162.78101.04123.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.12%
GREEN value IS 175 (68.75% from 255) = 39.15%
BLUE value IS 115 (45.31% from 255) = 25.73%
R=35.12%
G=39.15%
B=25.73%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751150.1000.340.317827.2756.86
Hex9DAF73A0221F4e1b39
Octal23525716312042371163371
Binary100111011010111111100111010010001011111100111011011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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