Html Css Color HEX #96A793 Mantle

📋 copy color: '#96A793'

red 150 ◦ green 167 ◦ blue 147

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

Shades of Mantle #96A793

Tints of Mantle #96A793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 31.68%

R = 32.33%
G = 35.99%
B = 31.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.12

 K value IS 0.35

RGB Variations

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

Color information

#96A793 (or 0x96A793) is known color: Mantle. HEX triplet: 96, A7 and 93. RGB value is (150,167,147). Sum of RGB (Red+Green+Blue) = 150+167+147=464 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.33% from 464); Green value is 167 (65.62% from 255 or 35.99% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 167 - color contains mainly: green. Hex color #96A793 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A793 is #69586C. Grayscale: #9F9F9F. Windows color (decimal): -6903917 or 9676694. OLE color: 9676694.

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

Color convert

RGB 150 167 147 -
CMYK 0.10 0 0.12 0.35
HSL 111º 0.1% 0.62% -
HSV(B) 111º 0.12% 0.65% -
XYZ 31.66 36.23 32.93 -
YUV 159.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 150 167 147 0.10 0 0.12 0.35 111 0.1 0.62
Hex 96 A7 93 A 0 C 23 6F A 3E
Octal 226 247 223 12 0 14 43 157 12 76
Binary 10010110 10100111 10010011 1010 0 1100 100011 1101111 1010 111110

Color Harmonies of #96A793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A793

Black with #96A793

Text Example


Text Example

White with #96A793

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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