#9DB764

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

Shades of Olivine #9DB764

Tints of Olivine #9DB764

Color information

#9DB764 (or 0x9DB764) is unknown color: approx Olivine. HEX triplet: 9D, B7 and 64. RGB value is (157,183,100). Sum of RGB (Red+Green+Blue) = 157+183+100=440 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.68% from 440); Green value is 183 (71.88% from 255 or 41.59% from 440); Blue value is 100 (39.45% from 255 or 22.73% from 440); Max value from RGB is 183 - color contains mainly: green. Hex color #9DB764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DB764 is #62489B. Grayscale: #A6A6A6. Windows color (decimal): -6441116 or 6600605. OLE color: 6600605.

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

Color convert

RGB157183100-
CMYK0.1400.450.28
HSL78.8º36.56%55.49%-
HSV(B)78.8º45.36%71.76%-
XYZ33.1441.9618.41-
YUV165.7690.89121.75-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.68%
GREEN value IS 183 (71.88% from 255) = 41.59%
BLUE value IS 100 (39.45% from 255) = 22.73%
R=35.68%
G=41.59%
B=22.73%

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
Decimal1571831000.1400.450.2878.836.5655.49
Hex9DB764E02D1C4f2537
Octal23526714416055341174567
Binary1001110110110111110010011100101101111001001111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DB764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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