#9DB580

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

Shades of Olivine #9DB580

Tints of Olivine #9DB580

Color information

#9DB580 (or 0x9DB580) is unknown color: approx Olivine. HEX triplet: 9D, B5 and 80. RGB value is (157,181,128). Sum of RGB (Red+Green+Blue) = 157+181+128=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 181 (71.09% from 255 or 38.84% from 466); Blue value is 128 (50.39% from 255 or 27.47% from 466); Max value from RGB is 181 - color contains mainly: green. Hex color #9DB580 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB580 is #624A7F. Grayscale: #A7A7A7. Windows color (decimal): -6441600 or 8435101. OLE color: 8435101.

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

Color convert

RGB157181128-
CMYK0.1300.290.29
HSL87.17º26.37%60.59%-
HSV(B)87.17º29.28%70.98%-
XYZ34.3241.7726.68-
YUV167.78105.55120.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.69%
GREEN value IS 181 (71.09% from 255) = 38.84%
BLUE value IS 128 (50.39% from 255) = 27.47%
R=33.69%
G=38.84%
B=27.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571811280.1300.290.2987.1726.3760.59
Hex9DB580D01D1D571a3d
Octal23526520015035351273275
Binary100111011011010110000000110101110111101101011111010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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