#9DB765

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

Shades of Olivine #9DB765

Tints of Olivine #9DB765

Color information

#9DB765 (or 0x9DB765) is unknown color: approx Olivine. HEX triplet: 9D, B7 and 65. RGB value is (157,183,101). Sum of RGB (Red+Green+Blue) = 157+183+101=441 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.60% from 441); Green value is 183 (71.88% from 255 or 41.50% from 441); Blue value is 101 (39.84% from 255 or 22.90% from 441); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB765 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB765 is #62489A. Grayscale: #A6A6A6. Windows color (decimal): -6441115 or 6666141. OLE color: 6666141.

HSL color Cylindrical-coordinate representation of color #9DB765: hue angle of 79.02º degrees, saturation: 0.36, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9DB765 is Cyan = 0.14, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB157183101-
CMYK0.1400.450.28
HSL79.02º36.28%55.69%-
HSV(B)79.02º44.81%71.76%-
XYZ33.1941.9718.66-
YUV165.8891.39121.67-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.60%
GREEN value IS 183 (71.88% from 255) = 41.50%
BLUE value IS 101 (39.84% from 255) = 22.90%
R=35.60%
G=41.50%
B=22.90%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1571831010.1400.450.2879.0236.2855.69
Hex9DB765E02D1C4f2438
Octal23526714516055341174470
Binary1001110110110111110010111100101101111001001111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB765

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,183,101); }

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

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

 a { background-color: rgb(157,183,101); }

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

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

 span { border-color: rgb(157,183,101); }

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