Html Css Color HEX #96997B Sage

📋 copy color: '#96997B'

red 150 ◦ green 153 ◦ blue 123

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

Shades of Sage #96997B

Tints of Sage #96997B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 28.87%

R = 35.21%
G = 35.92%
B = 28.87%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#96997B (or 0x96997B) is known color: Sage. HEX triplet: 96, 99 and 7B. RGB value is (150,153,123). Sum of RGB (Red+Green+Blue) = 150+153+123=426 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.21% from 426); Green value is 153 (60.16% from 255 or 35.92% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 153 - color contains mainly: green. Hex color #96997B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96997B is #696684. Grayscale: #949494. Windows color (decimal): -6907525 or 8100246. OLE color: 8100246.

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

Color convert

RGB 150 153 123 -
CMYK 0.02 0 0.20 0.4
HSL 66º 0.13% 0.54% -
HSV(B) 66º 0.2% 0.6% -
XYZ 27.54 30.7 23.21 -
YUV 148.68 113.51 128.94 -
System Red Green Blue C M Y K H S L
Decimal 150 153 123 0.02 0 0.20 0.4 66 0.13 0.54
Hex 96 99 7B 2 0 14 28 42 D 36
Octal 226 231 173 2 0 24 50 102 15 66
Binary 10010110 10011001 1111011 10 0 10100 101000 1000010 1101 110110

Color Harmonies of #96997B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96997B

Black with #96997B

Text Example


Text Example

White with #96997B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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