#9DB87A

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

Shades of Olivine #9DB87A

Tints of Olivine #9DB87A

Color information

#9DB87A (or 0x9DB87A) is unknown color: approx Olivine. HEX triplet: 9D, B8 and 7A. RGB value is (157,184,122). Sum of RGB (Red+Green+Blue) = 157+184+122=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 184 (72.27% from 255 or 39.74% from 463); Blue value is 122 (48.05% from 255 or 26.35% from 463); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB87A is #624785. Grayscale: #A9A9A9. Windows color (decimal): -6440838 or 8042653. OLE color: 8042653.

HSL color Cylindrical-coordinate representation of color #9DB87A: hue angle of 86.13º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9DB87A is Cyan = 0.15, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB157184122-
CMYK0.1500.340.28
HSL86.13º30.39%60%-
HSV(B)86.13º33.7%72.16%-
XYZ34.5642.8524.86-
YUV168.86101.55119.54-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.91%
GREEN value IS 184 (72.27% from 255) = 39.74%
BLUE value IS 122 (48.05% from 255) = 26.35%
R=33.91%
G=39.74%
B=26.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571841220.1500.340.2886.1330.3960
Hex9DB87AF0221C561e3c
Octal23527017217042341263674
Binary100111011011100011110101111010001011100101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,184,122); }

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

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

 a { background-color: rgb(157,184,122); }

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

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

 span { border-color: rgb(157,184,122); }

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