#96B179

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

Shades of Olivine #96B179

Tints of Olivine #96B179

Color information

#96B179 (or 0x96B179) is unknown color: approx Olivine. HEX triplet: 96, B1 and 79. RGB value is (150,177,121). Sum of RGB (Red+Green+Blue) = 150+177+121=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 177 (69.53% from 255 or 39.51% from 448); Blue value is 121 (47.66% from 255 or 27.01% from 448); Max value from RGB is 177 - color contains mainly: green. Hex color #96B179 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B179 is #694E86. Grayscale: #A2A2A2. Windows color (decimal): -6901383 or 7975318. OLE color: 7975318.

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

Color convert

RGB150177121-
CMYK0.1500.320.31
HSL88.93º26.42%58.43%-
HSV(B)88.93º31.64%69.41%-
XYZ31.7539.3124-
YUV162.54104.55119.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 177 (69.53% from 255) = 39.51%
BLUE value IS 121 (47.66% from 255) = 27.01%
R=33.48%
G=39.51%
B=27.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1501771210.1500.320.3188.9326.4258.43
Hex96B179F0201F591a3a
Octal22626117117040371313272
Binary100101101011000111110011111010000011111101100111010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B179

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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