#9DB981

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

Shades of Olivine #9DB981

Tints of Olivine #9DB981

Color information

#9DB981 (or 0x9DB981) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 81. RGB value is (157,185,129). Sum of RGB (Red+Green+Blue) = 157+185+129=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 185 (72.66% from 255 or 39.28% from 471); Blue value is 129 (50.78% from 255 or 27.39% from 471); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB981 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #9DB981 is #62467E. Grayscale: #AAAAAA. Windows color (decimal): -6440575 or 8501661. OLE color: 8501661.

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

Color convert

RGB157185129-
CMYK0.1500.300.27
HSL90º28.57%61.57%-
HSV(B)90º30.27%72.55%-
XYZ35.2243.4527.3-
YUV170.24104.72118.55-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 185 (72.66% from 255) = 39.28%
BLUE value IS 129 (50.78% from 255) = 27.39%
R=33.33%
G=39.28%
B=27.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1571851290.1500.300.279028.5761.57
Hex9DB981F01E1B5a1d3e
Octal23527120117036331323576
Binary100111011011100110000001111101111011011101101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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