#96B764

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

Shades of Olivine #96B764

Tints of Olivine #96B764

Color information

#96B764 (or 0x96B764) is unknown color: approx Olivine. HEX triplet: 96, B7 and 64. RGB value is (150,183,100). Sum of RGB (Red+Green+Blue) = 150+183+100=433 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.64% from 433); Green value is 183 (71.88% from 255 or 42.26% from 433); Blue value is 100 (39.45% from 255 or 23.09% from 433); Max value from RGB is 183 - color contains mainly: green. Hex color #96B764 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B764 is #69489B. Grayscale: #A3A3A3. Windows color (decimal): -6899868 or 6600598. OLE color: 6600598.

HSL color Cylindrical-coordinate representation of color #96B764: hue angle of 83.86º 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 #96B764 is Cyan = 0.18, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB150183100-
CMYK0.1800.450.28
HSL83.86º36.56%55.49%-
HSV(B)83.86º45.36%71.76%-
XYZ31.8141.2718.35-
YUV163.6792.07118.25-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.64%
GREEN value IS 183 (71.88% from 255) = 42.26%
BLUE value IS 100 (39.45% from 255) = 23.09%
R=34.64%
G=42.26%
B=23.09%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831000.1800.450.2883.8636.5655.49
Hex96B7641202D1C542537
Octal22626714422055341244567
Binary10010110101101111100100100100101101111001010100100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96B764; }

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

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

<style>
 a { background-color: #96B764; }

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

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

<style>
 span { border-color: #96B764; }

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

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