#96B079

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

Shades of Olivine #96B079

Tints of Olivine #96B079

Color information

#96B079 (or 0x96B079) is unknown color: approx Olivine. HEX triplet: 96, B0 and 79. RGB value is (150,176,121). Sum of RGB (Red+Green+Blue) = 150+176+121=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 176 (69.14% from 255 or 39.37% from 447); Blue value is 121 (47.66% from 255 or 27.07% from 447); Max value from RGB is 176 - color contains mainly: green. Hex color #96B079 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B079 is #694F86. Grayscale: #A2A2A2. Windows color (decimal): -6901639 or 7975062. OLE color: 7975062.

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

Color convert

RGB150176121-
CMYK0.1500.310.31
HSL88.36º25.82%58.24%-
HSV(B)88.36º31.25%69.02%-
XYZ31.5538.9223.94-
YUV161.96104.89119.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 176 (69.14% from 255) = 39.37%
BLUE value IS 121 (47.66% from 255) = 27.07%
R=33.56%
G=39.37%
B=27.07%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501761210.1500.310.3188.3625.8258.24
Hex96B079F01F1F581a3a
Octal22626017117037371303272
Binary10010110101100001111001111101111111111101100011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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