#96B78A

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

Shades of Mantle #96B78A

Tints of Mantle #96B78A

Color information

#96B78A (or 0x96B78A) is unknown color: approx Mantle. HEX triplet: 96, B7 and 8A. RGB value is (150,183,138). Sum of RGB (Red+Green+Blue) = 150+183+138=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 183 (71.88% from 255 or 38.85% from 471); Blue value is 138 (54.30% from 255 or 29.30% from 471); Max value from RGB is 183 - color contains mainly: green. Hex color #96B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B78A is #694875. Grayscale: #A8A8A8. Windows color (decimal): -6899830 or 9090966. OLE color: 9090966.

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

Color convert

RGB150183138-
CMYK0.1800.250.28
HSL104º23.81%62.94%-
HSV(B)104º24.59%71.76%-
XYZ34.142.1930.39-
YUV168111.07115.16-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.85%
GREEN value IS 183 (71.88% from 255) = 38.85%
BLUE value IS 138 (54.30% from 255) = 29.30%
R=31.85%
G=38.85%
B=29.30%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1501831380.1800.250.2810423.8162.94
Hex96B78A120191C68183f
Octal22626721222031341503077
Binary1001011010110111100010101001001100111100110100011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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