#9DAF78

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

Shades of Olivine #9DAF78

Tints of Olivine #9DAF78

Color information

#9DAF78 (or 0x9DAF78) is unknown color: approx Olivine. HEX triplet: 9D, AF and 78. RGB value is (157,175,120). Sum of RGB (Red+Green+Blue) = 157+175+120=452 (59% of max value = 765). Red value is 157 (61.72% from 255 or 34.73% from 452); Green value is 175 (68.75% from 255 or 38.72% from 452); Blue value is 120 (47.27% from 255 or 26.55% from 452); Max value from RGB is 175 - color contains mainly: green. Hex color #9DAF78 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DAF78 is #625087. Grayscale: #A3A3A3. Windows color (decimal): -6443144 or 7909277. OLE color: 7909277.

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

Color convert

RGB157175120-
CMYK0.1000.310.31
HSL79.64º25.58%57.84%-
HSV(B)79.64º31.43%68.63%-
XYZ32.6239.1823.61-
YUV163.35103.54123.47-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.73%
GREEN value IS 175 (68.75% from 255) = 38.72%
BLUE value IS 120 (47.27% from 255) = 26.55%
R=34.73%
G=38.72%
B=26.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1571751200.1000.310.3179.6425.5857.84
Hex9DAF78A01F1F501a3a
Octal23525717012037371203272
Binary10011101101011111111000101001111111111101000011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DAF78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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