#96B78C

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

Shades of Mantle #96B78C

Tints of Mantle #96B78C

Color information

#96B78C (or 0x96B78C) is unknown color: approx Mantle. HEX triplet: 96, B7 and 8C. RGB value is (150,183,140). Sum of RGB (Red+Green+Blue) = 150+183+140=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 183 (71.88% from 255 or 38.69% from 473); Blue value is 140 (55.08% from 255 or 29.60% from 473); Max value from RGB is 183 - color contains mainly: green. Hex color #96B78C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B78C is #694873. Grayscale: #A8A8A8. Windows color (decimal): -6899828 or 9222038. OLE color: 9222038.

HSL color Cylindrical-coordinate representation of color #96B78C: hue angle of 106.05º degrees, saturation: 0.23, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96B78C is Cyan = 0.18, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB150183140-
CMYK0.1800.230.28
HSL106.05º22.99%63.33%-
HSV(B)106.05º23.5%71.76%-
XYZ34.2442.2431.16-
YUV168.23112.07115-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.71%
GREEN value IS 183 (71.88% from 255) = 38.69%
BLUE value IS 140 (55.08% from 255) = 29.60%
R=31.71%
G=38.69%
B=29.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831400.1800.230.28106.0522.9963.33
Hex96B78C120171C6a173f
Octal22626721422027341522777
Binary1001011010110111100011001001001011111100110101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B78C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,183,140); }

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

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

 a { background-color: rgb(150,183,140); }

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

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

 span { border-color: rgb(150,183,140); }

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