#9DB575

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

Shades of Olivine #9DB575

Tints of Olivine #9DB575

Color information

#9DB575 (or 0x9DB575) is unknown color: approx Olivine. HEX triplet: 9D, B5 and 75. RGB value is (157,181,117). Sum of RGB (Red+Green+Blue) = 157+181+117=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 181 (71.09% from 255 or 39.78% from 455); Blue value is 117 (46.09% from 255 or 25.71% from 455); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB575 is #624A8A. Grayscale: #A6A6A6. Windows color (decimal): -6441611 or 7714205. OLE color: 7714205.

HSL color Cylindrical-coordinate representation of color #9DB575: hue angle of 82.5º degrees, saturation: 0.3, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9DB575 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB157181117-
CMYK0.1300.350.29
HSL82.5º30.19%58.43%-
HSV(B)82.5º35.36%70.98%-
XYZ33.6441.523.07-
YUV166.53100.05121.2-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 181 (71.09% from 255) = 39.78%
BLUE value IS 117 (46.09% from 255) = 25.71%
R=34.51%
G=39.78%
B=25.71%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571811170.1300.350.2982.530.1958.43
Hex9DB575D0231D521e3a
Octal23526516515043351223672
Binary100111011011010111101011101010001111101101001011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,181,117); }

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

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

 a { background-color: rgb(157,181,117); }

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

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

 span { border-color: rgb(157,181,117); }

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