#96B178

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

Shades of Olivine #96B178

Tints of Olivine #96B178

Color information

#96B178 (or 0x96B178) is unknown color: approx Olivine. HEX triplet: 96, B1 and 78. RGB value is (150,177,120). Sum of RGB (Red+Green+Blue) = 150+177+120=447 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.56% from 447); Green value is 177 (69.53% from 255 or 39.60% from 447); Blue value is 120 (47.27% from 255 or 26.85% from 447); Max value from RGB is 177 - color contains mainly: green. Hex color #96B178 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B178 is #694E87. Grayscale: #A2A2A2. Windows color (decimal): -6901384 or 7909782. OLE color: 7909782.

HSL color Cylindrical-coordinate representation of color #96B178: hue angle of 88.42º degrees, saturation: 0.27, 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 #96B178 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.31.

Color convert

RGB150177120-
CMYK0.1500.320.31
HSL88.42º26.76%58.24%-
HSV(B)88.42º32.2%69.41%-
XYZ31.6939.2823.68-
YUV162.43104.05119.13-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.56%
GREEN value IS 177 (69.53% from 255) = 39.60%
BLUE value IS 120 (47.27% from 255) = 26.85%
R=33.56%
G=39.60%
B=26.85%

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
Decimal1501771200.1500.320.3188.4226.7658.24
Hex96B178F0201F581b3a
Octal22626117017040371303372
Binary100101101011000111110001111010000011111101100011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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