Html Css Color HEX #96997D Sage

📋 copy color: '#96997D'

red 150 ◦ green 153 ◦ blue 125

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

Shades of Sage #96997D

Tints of Sage #96997D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29.21%

R = 35.05%
G = 35.75%
B = 29.21%

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

#96997D (or 0x96997D) is known color: Sage. HEX triplet: 96, 99 and 7D. RGB value is (150,153,125). Sum of RGB (Red+Green+Blue) = 150+153+125=428 (56% of max value = 765). Red value is 150 (58.98% from 255 or 35.05% from 428); Green value is 153 (60.16% from 255 or 35.75% from 428); Blue value is 125 (49.22% from 255 or 29.21% from 428); Max value from RGB is 153 - color contains mainly: green. Hex color #96997D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96997D is #696682. Grayscale: #959595. Windows color (decimal): -6907523 or 8231318. OLE color: 8231318.

HSL color Cylindrical-coordinate representation of color #96997D: hue angle of 66.43º 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 #96997D is Cyan = 0.02, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 150 153 125 -
CMYK 0.02 0 0.18 0.4
HSL 66.43º 0.12% 0.55% -
HSV(B) 66.43º 0.18% 0.6% -
XYZ 27.67 30.75 23.88 -
YUV 148.91 114.51 128.78 -
System Red Green Blue C M Y K H S L
Decimal 150 153 125 0.02 0 0.18 0.4 66.43 0.12 0.55
Hex 96 99 7D 2 0 12 28 42 C 37
Octal 226 231 175 2 0 22 50 102 14 67
Binary 10010110 10011001 1111101 10 0 10010 101000 1000010 1100 110111

Color Harmonies of #96997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96997D

Black with #96997D

Text Example


Text Example

White with #96997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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