Html Css Color HEX #96A78B Mantle

📋 copy color: '#96A78B'

red 150 ◦ green 167 ◦ blue 139

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

Shades of Mantle #96A78B

Tints of Mantle #96A78B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 30.48%

R = 32.89%
G = 36.62%
B = 30.48%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#96A78B (or 0x96A78B) is known color: Mantle. HEX triplet: 96, A7 and 8B. RGB value is (150,167,139). Sum of RGB (Red+Green+Blue) = 150+167+139=456 (60% of max value = 765). Red value is 150 (58.98% from 255 or 32.89% from 456); Green value is 167 (65.62% from 255 or 36.62% from 456); Blue value is 139 (54.69% from 255 or 30.48% from 456); Max value from RGB is 167 - color contains mainly: green. Hex color #96A78B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A78B is #695874. Grayscale: #9E9E9E. Windows color (decimal): -6903925 or 9152406. OLE color: 9152406.

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

Color convert

RGB 150 167 139 -
CMYK 0.10 0 0.17 0.35
HSL 96.43º 0.14% 0.6% -
HSV(B) 96.43º 0.17% 0.65% -
XYZ 31.06 35.99 29.74 -
YUV 158.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 150 167 139 0.10 0 0.17 0.35 96.43 0.14 0.6
Hex 96 A7 8B A 0 11 23 60 E 3C
Octal 226 247 213 12 0 21 43 140 16 74
Binary 10010110 10100111 10001011 1010 0 10001 100011 1100000 1110 111100

Color Harmonies of #96A78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A78B

Black with #96A78B

Text Example


Text Example

White with #96A78B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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