Html Css Color HEX #96A790 Mantle

📋 copy color: '#96A790'

red 150 ◦ green 167 ◦ blue 144

#96A790
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mantle #96A790

Tints of Mantle #96A790

RGB

 RED value IS 150 (58.98% from 255) = 32.54%

 GREEN value IS 167 (65.63% from 255) = 36.23%

 BLUE value IS 144 (56.64% from 255) = 31.24%

R = 32.54%
G = 36.23%
B = 31.24%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.14

 K value IS 0.35

RGB Variations

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

Color information

#96A790 (or 0x96A790) is known color: Mantle. HEX triplet: 96, A7 and 90. RGB value is (150,167,144). Sum of RGB (Red+Green+Blue) = 150+167+144=461 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.54% from 461); Green value is 167 (65.62% from 255 or 36.23% from 461); Blue value is 144 (56.64% from 255 or 31.24% from 461); Max value from RGB is 167 - color contains mainly: green. Hex color #96A790 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A790 is #69586F. Grayscale: #9F9F9F. Windows color (decimal): -6903920 or 9480086. OLE color: 9480086.

HSL color Cylindrical-coordinate representation of color #96A790: hue angle of 104.35º degrees, saturation: 0.12, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A790 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 167 144 -
CMYK 0.10 0 0.14 0.35
HSL 104.35º 0.12% 0.61% -
HSV(B) 104.35º 0.14% 0.65% -
XYZ 31.43 36.14 31.7 -
YUV 159.3 119.37 121.37 -
System Red Green Blue C M Y K H S L
Decimal 150 167 144 0.10 0 0.14 0.35 104.35 0.12 0.61
Hex 96 A7 90 A 0 E 23 68 C 3D
Octal 226 247 220 12 0 16 43 150 14 75
Binary 10010110 10100111 10010000 1010 0 1110 100011 1101000 1100 111101

Color Harmonies of #96A790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A790

Black with #96A790

Text Example


Text Example

White with #96A790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,167,144); }

 H1.HeaderClassName
 {
   color: #96A790;
 }
 .AnyTagClassName
 {
   color: #96A790;
 }
</style>

background-color css

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

 a { background-color: rgb(150,167,144); }

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

border-color css

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

 span { border-color: rgb(150,167,144); }

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