Html Css Color HEX #96997C Sage

📋 copy color: '#96997C'

red 150 ◦ green 153 ◦ blue 124

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

Shades of Sage #96997C

Tints of Sage #96997C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 29.04%

R = 35.13%
G = 35.83%
B = 29.04%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.19

 K value IS 0.4

RGB Variations

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

Color information

#96997C (or 0x96997C) is known color: Sage. HEX triplet: 96, 99 and 7C. RGB value is (150,153,124). Sum of RGB (Red+Green+Blue) = 150+153+124=427 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.13% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 124 (48.83% from 255 or 29.04% from 427); Max value from RGB is 153 - color contains mainly: green. Hex color #96997C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96997C is #696683. Grayscale: #949494. Windows color (decimal): -6907524 or 8165782. OLE color: 8165782.

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

Color convert

RGB 150 153 124 -
CMYK 0.02 0 0.19 0.4
HSL 66.21º 0.12% 0.54% -
HSV(B) 66.21º 0.19% 0.6% -
XYZ 27.61 30.72 23.54 -
YUV 148.8 114.01 128.86 -
System Red Green Blue C M Y K H S L
Decimal 150 153 124 0.02 0 0.19 0.4 66.21 0.12 0.54
Hex 96 99 7C 2 0 13 28 42 C 36
Octal 226 231 174 2 0 23 50 102 14 66
Binary 10010110 10011001 1111100 10 0 10011 101000 1000010 1100 110110

Color Harmonies of #96997C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96997C

Black with #96997C

Text Example


Text Example

White with #96997C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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