#9DB980

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

Shades of Olivine #9DB980

Tints of Olivine #9DB980

Color information

#9DB980 (or 0x9DB980) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 80. RGB value is (157,185,128). Sum of RGB (Red+Green+Blue) = 157+185+128=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 185 (72.66% from 255 or 39.36% from 470); Blue value is 128 (50.39% from 255 or 27.23% from 470); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB980 is #62467F. Grayscale: #AAAAAA. Windows color (decimal): -6440576 or 8436125. OLE color: 8436125.

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

Color convert

RGB157185128-
CMYK0.1500.310.27
HSL89.47º28.93%61.37%-
HSV(B)89.47º30.81%72.55%-
XYZ35.1543.4226.95-
YUV170.13104.22118.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.40%
GREEN value IS 185 (72.66% from 255) = 39.36%
BLUE value IS 128 (50.39% from 255) = 27.23%
R=33.40%
G=39.36%
B=27.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851280.1500.310.2789.4728.9361.37
Hex9DB980F01F1B591d3d
Octal23527120017037331313575
Binary100111011011100110000000111101111111011101100111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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