Html Css Color HEX #96997E Sage

📋 copy color: '#96997E'

red 150 ◦ green 153 ◦ blue 126

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

Shades of Sage #96997E

Tints of Sage #96997E

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.66%

 BLUE value IS 126 (49.61% from 255) = 29.37%

R = 34.97%
G = 35.66%
B = 29.37%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#96997E (or 0x96997E) is known color: Sage. HEX triplet: 96, 99 and 7E. RGB value is (150,153,126). Sum of RGB (Red+Green+Blue) = 150+153+126=429 (56% of max value = 765). Red value is 150 (58.98% from 255 or 34.97% from 429); Green value is 153 (60.16% from 255 or 35.66% from 429); Blue value is 126 (49.61% from 255 or 29.37% from 429); Max value from RGB is 153 - color contains mainly: green. Hex color #96997E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96997E is #696681. Grayscale: #959595. Windows color (decimal): -6907522 or 8296854. OLE color: 8296854.

HSL color Cylindrical-coordinate representation of color #96997E: hue angle of 66.67º degrees, saturation: 0.12, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #96997E is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 126 -
CMYK 0.02 0 0.18 0.4
HSL 66.67º 0.12% 0.55% -
HSV(B) 66.67º 0.18% 0.6% -
XYZ 27.73 30.77 24.22 -
YUV 149.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 150 153 126 0.02 0 0.18 0.4 66.67 0.12 0.55
Hex 96 99 7E 2 0 12 28 43 C 37
Octal 226 231 176 2 0 22 50 103 14 67
Binary 10010110 10011001 1111110 10 0 10010 101000 1000011 1100 110111

Color Harmonies of #96997E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96997E

Black with #96997E

Text Example


Text Example

White with #96997E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96997E; }

 p { color: rgb(150,153,126); }

 H1.HeaderClassName
 {
   color: #96997E;
 }
 .AnyTagClassName
 {
   color: #96997E;
 }
</style>

background-color css

<style>
 a { background-color: #96997E; }

 a { background-color: rgb(150,153,126); }

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

border-color css

<style>
 span { border-color: #96997E; }

 span { border-color: rgb(150,153,126); }

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