#9DB879

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

Shades of Olivine #9DB879

Tints of Olivine #9DB879

Color information

#9DB879 (or 0x9DB879) is unknown color: approx Olivine. HEX triplet: 9D, B8 and 79. RGB value is (157,184,121). Sum of RGB (Red+Green+Blue) = 157+184+121=462 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.98% from 462); Green value is 184 (72.27% from 255 or 39.83% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB879 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB879 is #624786. Grayscale: #A8A8A8. Windows color (decimal): -6440839 or 7977117. OLE color: 7977117.

HSL color Cylindrical-coordinate representation of color #9DB879: hue angle of 85.71º degrees, saturation: 0.31, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB879 is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB157184121-
CMYK0.1500.340.28
HSL85.71º30.73%59.8%-
HSV(B)85.71º34.24%72.16%-
XYZ34.542.8324.54-
YUV168.74101.05119.62-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.98%
GREEN value IS 184 (72.27% from 255) = 39.83%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=33.98%
G=39.83%
B=26.19%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571841210.1500.340.2885.7130.7359.8
Hex9DB879F0221C561f3c
Octal23527017117042341263774
Binary100111011011100011110011111010001011100101011011111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,184,121); }

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

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

 a { background-color: rgb(157,184,121); }

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

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

 span { border-color: rgb(157,184,121); }

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