#96B46E

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

Shades of Olivine #96B46E

Tints of Olivine #96B46E

Color information

#96B46E (or 0x96B46E) is unknown color: approx Olivine. HEX triplet: 96, B4 and 6E. RGB value is (150,180,110). Sum of RGB (Red+Green+Blue) = 150+180+110=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 180 (70.70% from 255 or 40.91% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 180 - color contains mainly: green. Hex color #96B46E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B46E is #694B91. Grayscale: #A3A3A3. Windows color (decimal): -6900626 or 7255190. OLE color: 7255190.

HSL color Cylindrical-coordinate representation of color #96B46E: hue angle of 85.71º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #96B46E is Cyan = 0.17, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.29.

Color convert

RGB150180110-
CMYK0.1700.390.29
HSL85.71º31.82%56.86%-
HSV(B)85.71º38.89%70.59%-
XYZ31.7140.2520.85-
YUV163.0598.06118.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 34.09%
GREEN value IS 180 (70.70% from 255) = 40.91%
BLUE value IS 110 (43.36% from 255) = 25%
R=34.09%
G=40.91%
B=25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501801100.1700.390.2985.7131.8256.86
Hex96B46E110271D562039
Octal22626415621047351264071
Binary10010110101101001101110100010100111111011010110100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,180,110); }

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

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

 a { background-color: rgb(150,180,110); }

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

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

 span { border-color: rgb(150,180,110); }

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