#96B072

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

Shades of Olivine #96B072

Tints of Olivine #96B072

Color information

#96B072 (or 0x96B072) is unknown color: approx Olivine. HEX triplet: 96, B0 and 72. RGB value is (150,176,114). Sum of RGB (Red+Green+Blue) = 150+176+114=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 176 (69.14% from 255 or 40% from 440); Blue value is 114 (44.92% from 255 or 25.91% from 440); Max value from RGB is 176 - color contains mainly: green. Hex color #96B072 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B072 is #694F8D. Grayscale: #A1A1A1. Windows color (decimal): -6901646 or 7516310. OLE color: 7516310.

HSL color Cylindrical-coordinate representation of color #96B072: hue angle of 85.16º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96B072 is Cyan = 0.15, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.31.

Color convert

RGB150176114-
CMYK0.1500.350.31
HSL85.16º28.18%56.86%-
HSV(B)85.16º35.23%69.02%-
XYZ31.1438.7521.76-
YUV161.16101.39120.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 176 (69.14% from 255) = 40%
BLUE value IS 114 (44.92% from 255) = 25.91%
R=34.09%
G=40%
B=25.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501761140.1500.350.3185.1628.1856.86
Hex96B072F0231F551c39
Octal22626016217043371253471
Binary100101101011000011100101111010001111111101010111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,176,114); }

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

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

 a { background-color: rgb(150,176,114); }

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

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

 span { border-color: rgb(150,176,114); }

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