#96B571

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

Shades of Olivine #96B571

Tints of Olivine #96B571

Color information

#96B571 (or 0x96B571) is unknown color: approx Olivine. HEX triplet: 96, B5 and 71. RGB value is (150,181,113). Sum of RGB (Red+Green+Blue) = 150+181+113=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 181 (71.09% from 255 or 40.77% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 181 - color contains mainly: green. Hex color #96B571 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B571 is #694A8E. Grayscale: #A4A4A4. Windows color (decimal): -6900367 or 7452054. OLE color: 7452054.

HSL color Cylindrical-coordinate representation of color #96B571: hue angle of 87.35º degrees, saturation: 0.31, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96B571 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.29.

Color convert

RGB150181113-
CMYK0.1700.380.29
HSL87.35º31.48%57.65%-
HSV(B)87.35º37.57%70.98%-
XYZ32.0840.7221.79-
YUV163.9899.23118.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.78%
GREEN value IS 181 (71.09% from 255) = 40.77%
BLUE value IS 113 (44.53% from 255) = 25.45%
R=33.78%
G=40.77%
B=25.45%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501811130.1700.380.2987.3531.4857.65
Hex96B571110261D571f3a
Octal22626516121046351273772
Binary1001011010110101111000110001010011011101101011111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,181,113); }

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

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

 a { background-color: rgb(150,181,113); }

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

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

 span { border-color: rgb(150,181,113); }

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