Html Css Color HEX #96B78E Mantle

📋 copy color: '#96B78E'

red 150 ◦ green 183 ◦ blue 142

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

Shades of Mantle #96B78E

Tints of Mantle #96B78E

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 142 (55.86% from 255) = 29.89%

R = 31.58%
G = 38.53%
B = 29.89%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#96B78E (or 0x96B78E) is known color: Mantle. HEX triplet: 96, B7 and 8E. RGB value is (150,183,142). Sum of RGB (Red+Green+Blue) = 150+183+142=475 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.58% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 142 (55.86% from 255 or 29.89% from 475); Max value from RGB is 183 - color contains mainly: green. Hex color #96B78E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96B78E is #694871. Grayscale: #A8A8A8. Windows color (decimal): -6899826 or 9353110. OLE color: 9353110.

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

Color convert

RGB 150 183 142 -
CMYK 0.18 0 0.22 0.28
HSL 108.29º 0.22% 0.64% -
HSV(B) 108.29º 0.22% 0.72% -
XYZ 34.39 42.3 31.94 -
YUV 168.46 113.07 114.83 -
System Red Green Blue C M Y K H S L
Decimal 150 183 142 0.18 0 0.22 0.28 108.29 0.22 0.64
Hex 96 B7 8E 12 0 16 1C 6C 16 40
Octal 226 267 216 22 0 26 34 154 26 100
Binary 10010110 10110111 10001110 10010 0 10110 11100 1101100 10110 1000000

Color Harmonies of #96B78E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96B78E

Black with #96B78E

Text Example


Text Example

White with #96B78E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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