#9DB37F

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

Shades of Olivine #9DB37F

Tints of Olivine #9DB37F

Color information

#9DB37F (or 0x9DB37F) is unknown color: approx Olivine. HEX triplet: 9D, B3 and 7F. RGB value is (157,179,127). Sum of RGB (Red+Green+Blue) = 157+179+127=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 179 (70.31% from 255 or 38.66% from 463); Blue value is 127 (50% from 255 or 27.43% from 463); Max value from RGB is 179 - color contains mainly: green. Hex color #9DB37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB37F is #624C80. Grayscale: #A6A6A6. Windows color (decimal): -6442113 or 8369053. OLE color: 8369053.

HSL color Cylindrical-coordinate representation of color #9DB37F: hue angle of 85.38º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9DB37F is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB157179127-
CMYK0.1200.290.30
HSL85.38º25.49%60%-
HSV(B)85.38º29.05%70.2%-
XYZ33.8640.9426.2-
YUV166.49105.71121.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 179 (70.31% from 255) = 38.66%
BLUE value IS 127 (50% from 255) = 27.43%
R=33.91%
G=38.66%
B=27.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1571791270.1200.290.3085.3825.4960
Hex9DB37FC01D1E55193c
Octal23526317714035361253174
Binary10011101101100111111111110001110111110101010111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,179,127); }

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

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

 a { background-color: rgb(157,179,127); }

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

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

 span { border-color: rgb(157,179,127); }

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