#9DB961

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

Shades of Olivine #9DB961

Tints of Olivine #9DB961

Color information

#9DB961 (or 0x9DB961) is unknown color: approx Olivine. HEX triplet: 9D, B9 and 61. RGB value is (157,185,97). Sum of RGB (Red+Green+Blue) = 157+185+97=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 185 (72.66% from 255 or 42.14% from 439); Blue value is 97 (38.28% from 255 or 22.10% from 439); Max value from RGB is 185 - color contains mainly: green. Hex color #9DB961 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB961 is #62469E. Grayscale: #A6A6A6. Windows color (decimal): -6440607 or 6404509. OLE color: 6404509.

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

Color convert

RGB15718597-
CMYK0.1500.480.27
HSL79.09º38.6%55.29%-
HSV(B)79.09º47.57%72.55%-
XYZ33.4142.7317.8-
YUV166.688.72121.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.76%
GREEN value IS 185 (72.66% from 255) = 42.14%
BLUE value IS 97 (38.28% from 255) = 22.10%
R=35.76%
G=42.14%
B=22.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal157185970.1500.480.2779.0938.655.29
Hex9DB961F0301B4f2737
Octal23527114117060331174767
Binary1001110110111001110000111110110000110111001111100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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