#9DB87C

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

Shades of Olivine #9DB87C

Tints of Olivine #9DB87C

Color information

#9DB87C (or 0x9DB87C) is unknown color: approx Olivine. HEX triplet: 9D, B8 and 7C. RGB value is (157,184,124). Sum of RGB (Red+Green+Blue) = 157+184+124=465 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.76% from 465); Green value is 184 (72.27% from 255 or 39.57% from 465); Blue value is 124 (48.83% from 255 or 26.67% from 465); Max value from RGB is 184 - color contains mainly: green. Hex color #9DB87C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB87C is #624783. Grayscale: #A9A9A9. Windows color (decimal): -6440836 or 8173725. OLE color: 8173725.

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

Color convert

RGB157184124-
CMYK0.1500.330.28
HSL87º29.7%60.39%-
HSV(B)87º32.61%72.16%-
XYZ34.6842.925.52-
YUV169.09102.55119.38-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.76%
GREEN value IS 184 (72.27% from 255) = 39.57%
BLUE value IS 124 (48.83% from 255) = 26.67%
R=33.76%
G=39.57%
B=26.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571841240.1500.330.288729.760.39
Hex9DB87CF0211C571e3c
Octal23527017417041341273674
Binary100111011011100011111001111010000111100101011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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