#96B07A

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

Shades of Olivine #96B07A

Tints of Olivine #96B07A

Color information

#96B07A (or 0x96B07A) is unknown color: approx Olivine. HEX triplet: 96, B0 and 7A. RGB value is (150,176,122). Sum of RGB (Red+Green+Blue) = 150+176+122=448 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.48% from 448); Green value is 176 (69.14% from 255 or 39.29% from 448); Blue value is 122 (48.05% from 255 or 27.23% from 448); Max value from RGB is 176 - color contains mainly: green. Hex color #96B07A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96B07A is #694F85. Grayscale: #A2A2A2. Windows color (decimal): -6901638 or 8040598. OLE color: 8040598.

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

Color convert

RGB150176122-
CMYK0.1500.310.31
HSL88.89º25.47%58.43%-
HSV(B)88.89º30.68%69.02%-
XYZ31.6238.9424.26-
YUV162.07105.39119.39-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.48%
GREEN value IS 176 (69.14% from 255) = 39.29%
BLUE value IS 122 (48.05% from 255) = 27.23%
R=33.48%
G=39.29%
B=27.23%

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
Decimal1501761220.1500.310.3188.8925.4758.43
Hex96B07AF01F1F59193a
Octal22626017217037371313172
Binary10010110101100001111010111101111111111101100111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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