#96B37F

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

Shades of Olivine #96B37F

Tints of Olivine #96B37F

Color information

#96B37F (or 0x96B37F) is unknown color: approx Olivine. HEX triplet: 96, B3 and 7F. RGB value is (150,179,127). Sum of RGB (Red+Green+Blue) = 150+179+127=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 179 (70.31% from 255 or 39.25% from 456); Blue value is 127 (50% from 255 or 27.85% from 456); Max value from RGB is 179 - color contains mainly: green. Hex color #96B37F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B37F is #694C80. Grayscale: #A4A4A4. Windows color (decimal): -6900865 or 8369046. OLE color: 8369046.

HSL color Cylindrical-coordinate representation of color #96B37F: hue angle of 93.46º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96B37F is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB150179127-
CMYK0.1600.290.30
HSL93.46º25.49%60%-
HSV(B)93.46º29.05%70.2%-
XYZ32.5340.2626.13-
YUV164.4106.89117.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 32.89%
GREEN value IS 179 (70.31% from 255) = 39.25%
BLUE value IS 127 (50% from 255) = 27.85%
R=32.89%
G=39.25%
B=27.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1501791270.1600.290.3093.4625.4960
Hex96B37F1001D1E5d193c
Octal22626317720035361353174
Binary100101101011001111111111000001110111110101110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,179,127); }

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

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

 a { background-color: rgb(150,179,127); }

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

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

 span { border-color: rgb(150,179,127); }

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