#9DB976

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

Shades of Olivine #9DB976

Tints of Olivine #9DB976

Color information

#9DB976 (or 0x9DB976) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 76. RGB value is (157,185,118). Sum of RGB (Red+Green+Blue) = 157+185+118=460 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.13% from 460); Green value is 185 (72.66% from 255 or 40.22% from 460); Blue value is 118 (46.48% from 255 or 25.65% from 460); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB976 is #624689. Grayscale: #A9A9A9. Windows color (decimal): -6440586 or 7780765. OLE color: 7780765.

HSL color Cylindrical-coordinate representation of color #9DB976: hue angle of 85.07º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9DB976 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.27.

Color convert

RGB157185118-
CMYK0.1500.360.27
HSL85.07º32.37%59.41%-
HSV(B)85.07º36.22%72.55%-
XYZ34.5243.1723.65-
YUV168.9999.22119.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.13%
GREEN value IS 185 (72.66% from 255) = 40.22%
BLUE value IS 118 (46.48% from 255) = 25.65%
R=34.13%
G=40.22%
B=25.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851180.1500.360.2785.0732.3759.41
Hex9DB976F0241B55203b
Octal23527116617044331254073
Binary1001110110111001111011011110100100110111010101100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,185,118); }

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

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

 a { background-color: rgb(157,185,118); }

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

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

 span { border-color: rgb(157,185,118); }

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