#96B575

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

Shades of Olivine #96B575

Tints of Olivine #96B575

Color information

#96B575 (or 0x96B575) is unknown color: approx Olivine. HEX triplet: 96, B5 and 75. RGB value is (150,181,117). Sum of RGB (Red+Green+Blue) = 150+181+117=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 117 (46.09% from 255 or 26.12% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #96B575 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B575 is #694A8A. Grayscale: #A4A4A4. Windows color (decimal): -6900363 or 7714198. OLE color: 7714198.

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

Color convert

RGB150181117-
CMYK0.1700.350.29
HSL89.06º30.19%58.43%-
HSV(B)89.06º35.36%70.98%-
XYZ32.3140.8223-
YUV164.44101.23117.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 181 (71.09% from 255) = 40.40%
BLUE value IS 117 (46.09% from 255) = 26.12%
R=33.48%
G=40.40%
B=26.12%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501811170.1700.350.2989.0630.1958.43
Hex96B575110231D591e3a
Octal22626516521043351313672
Binary1001011010110101111010110001010001111101101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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