#9DB665

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

Shades of Olivine #9DB665

Tints of Olivine #9DB665

Color information

#9DB665 (or 0x9DB665) is unknown color: approx Olivine. HEX triplet: 9D, B6 and 65. RGB value is (157,182,101). Sum of RGB (Red+Green+Blue) = 157+182+101=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 182 (71.48% from 255 or 41.36% from 440); Blue value is 101 (39.84% from 255 or 22.95% from 440); Max value from RGB is 182 - color contains mainly: green. Hex color #9DB665 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB665 is #62499A. Grayscale: #A5A5A5. Windows color (decimal): -6441371 or 6665885. OLE color: 6665885.

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

Color convert

RGB157182101-
CMYK0.1400.450.29
HSL78.52º35.68%55.49%-
HSV(B)78.52º44.51%71.37%-
XYZ32.9841.5618.6-
YUV165.2991.72122.09-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 182 (71.48% from 255) = 41.36%
BLUE value IS 101 (39.84% from 255) = 22.95%
R=35.68%
G=41.36%
B=22.95%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1571821010.1400.450.2978.5235.6855.49
Hex9DB665E02D1D4f2437
Octal23526614516055351174467
Binary1001110110110110110010111100101101111011001111100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB665

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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