#9DB963

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

Shades of Olivine #9DB963

Tints of Olivine #9DB963

Color information

#9DB963 (or 0x9DB963) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 63. RGB value is (157,185,99). Sum of RGB (Red+Green+Blue) = 157+185+99=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 185 (72.66% from 255 or 41.95% from 441); Blue value is 99 (39.06% from 255 or 22.45% from 441); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB963 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB963 is #62469C. Grayscale: #A7A7A7. Windows color (decimal): -6440605 or 6535581. OLE color: 6535581.

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

Color convert

RGB15718599-
CMYK0.1500.460.27
HSL79.53º38.05%55.69%-
HSV(B)79.53º46.49%72.55%-
XYZ33.5142.7718.29-
YUV166.8289.72120.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 185 (72.66% from 255) = 41.95%
BLUE value IS 99 (39.06% from 255) = 22.45%
R=35.60%
G=41.95%
B=22.45%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157185990.1500.460.2779.5338.0555.69
Hex9DB963F02E1B502638
Octal23527114317056331204670
Binary1001110110111001110001111110101110110111010000100110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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