Html Css Color HEX #96A276 Sage

📋 copy color: '#96A276'

red 150 ◦ green 162 ◦ blue 118

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

Shades of Sage #96A276

Tints of Sage #96A276

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.67%

 BLUE value IS 118 (46.48% from 255) = 27.44%

R = 34.88%
G = 37.67%
B = 27.44%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.36

RGB Variations

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

Color information

#96A276 (or 0x96A276) is known color: Sage. HEX triplet: 96, A2 and 76. RGB value is (150,162,118). Sum of RGB (Red+Green+Blue) = 150+162+118=430 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.88% from 430); Green value is 162 (63.67% from 255 or 37.67% from 430); Blue value is 118 (46.48% from 255 or 27.44% from 430); Max value from RGB is 162 - color contains mainly: green. Hex color #96A276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A276 is #695D89. Grayscale: #999999. Windows color (decimal): -6905226 or 7774870. OLE color: 7774870.

HSL color Cylindrical-coordinate representation of color #96A276: hue angle of 76.36º degrees, saturation: 0.19, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96A276 is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 162 118 -
CMYK 0.07 0 0.27 0.36
HSL 76.36º 0.19% 0.55% -
HSV(B) 76.36º 0.27% 0.64% -
XYZ 28.77 33.63 22.12 -
YUV 153.4 108.02 125.58 -
System Red Green Blue C M Y K H S L
Decimal 150 162 118 0.07 0 0.27 0.36 76.36 0.19 0.55
Hex 96 A2 76 7 0 1B 24 4C 13 37
Octal 226 242 166 7 0 33 44 114 23 67
Binary 10010110 10100010 1110110 111 0 11011 100100 1001100 10011 110111

Color Harmonies of #96A276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A276

Black with #96A276

Text Example


Text Example

White with #96A276

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,162,118); }

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

background-color css

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

 a { background-color: rgb(150,162,118); }

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

border-color css

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

 span { border-color: rgb(150,162,118); }

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