#9DB97D

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

Shades of Olivine #9DB97D

Tints of Olivine #9DB97D

Color information

#9DB97D (or 0x9DB97D) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 7D. RGB value is (157,185,125). Sum of RGB (Red+Green+Blue) = 157+185+125=467 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.62% from 467); Green value is 185 (72.66% from 255 or 39.61% from 467); Blue value is 125 (49.22% from 255 or 26.77% from 467); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB97D is #624682. Grayscale: #AAAAAA. Windows color (decimal): -6440579 or 8239517. OLE color: 8239517.

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

Color convert

RGB157185125-
CMYK0.1500.320.27
HSL88º30%60.78%-
HSV(B)88º32.43%72.55%-
XYZ34.9643.3525.93-
YUV169.79102.72118.88-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.62%
GREEN value IS 185 (72.66% from 255) = 39.61%
BLUE value IS 125 (49.22% from 255) = 26.77%
R=33.62%
G=39.61%
B=26.77%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851250.1500.320.27883060.78
Hex9DB97DF0201B581e3d
Octal23527117517040331303675
Binary100111011011100111111011111010000011011101100011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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