#96B96E

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

Shades of Olivine #96B96E

Tints of Olivine #96B96E

Color information

#96B96E (or 0x96B96E) is unknown color: approx Olivine. HEX triplet: 96, B9 and 6E. RGB value is (150,185,110). Sum of RGB (Red+Green+Blue) = 150+185+110=445 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.71% from 445); Green value is 185 (72.66% from 255 or 41.57% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 185 - color contains mainly: green. Hex color #96B96E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #96B96E is #694691. Grayscale: #A6A6A6. Windows color (decimal): -6899346 or 7256470. OLE color: 7256470.

HSL color Cylindrical-coordinate representation of color #96B96E: hue angle of 88º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #96B96E is Cyan = 0.19, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.27.

Color convert

RGB150185110-
CMYK0.1900.410.27
HSL88º34.88%57.84%-
HSV(B)88º40.54%72.55%-
XYZ32.7442.3121.19-
YUV165.9896.4116.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 33.71%
GREEN value IS 185 (72.66% from 255) = 41.57%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=33.71%
G=41.57%
B=24.72%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501851100.1900.410.278834.8857.84
Hex96B96E130291B58233a
Octal22627115623051331304372
Binary10010110101110011101110100110101001110111011000100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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