#96B475

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

Shades of Olivine #96B475

Tints of Olivine #96B475

Color information

#96B475 (or 0x96B475) is unknown color: approx Olivine. HEX triplet: 96, B4 and 75. RGB value is (150,180,117). Sum of RGB (Red+Green+Blue) = 150+180+117=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 180 (70.70% from 255 or 40.27% from 447); Blue value is 117 (46.09% from 255 or 26.17% from 447); Max value from RGB is 180 - color contains mainly: green. Hex color #96B475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B475 is #694B8A. Grayscale: #A4A4A4. Windows color (decimal): -6900619 or 7713942. OLE color: 7713942.

HSL color Cylindrical-coordinate representation of color #96B475: hue angle of 88.57º 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 #96B475 is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB150180117-
CMYK0.1700.350.29
HSL88.57º29.58%58.24%-
HSV(B)88.57º35%70.59%-
XYZ32.1140.4122.94-
YUV163.85101.56118.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 180 (70.70% from 255) = 40.27%
BLUE value IS 117 (46.09% from 255) = 26.17%
R=33.56%
G=40.27%
B=26.17%

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
Decimal1501801170.1700.350.2988.5729.5858.24
Hex96B475110231D591e3a
Octal22626416521043351313672
Binary1001011010110100111010110001010001111101101100111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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