Html Css Color HEX #96A37D Sage

📋 copy color: '#96A37D'

red 150 ◦ green 163 ◦ blue 125

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

Shades of Sage #96A37D

Tints of Sage #96A37D

RGB

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

 GREEN value IS 163 (64.06% from 255) = 37.21%

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

R = 34.25%
G = 37.21%
B = 28.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#96A37D (or 0x96A37D) is known color: Sage. HEX triplet: 96, A3 and 7D. RGB value is (150,163,125). Sum of RGB (Red+Green+Blue) = 150+163+125=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 163 (64.06% from 255 or 37.21% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 163 - color contains mainly: green. Hex color #96A37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A37D is #695C82. Grayscale: #9A9A9A. Windows color (decimal): -6904963 or 8233878. OLE color: 8233878.

HSL color Cylindrical-coordinate representation of color #96A37D: hue angle of 80.53º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #96A37D is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 163 125 -
CMYK 0.08 0 0.23 0.36
HSL 80.53º 0.17% 0.56% -
HSV(B) 80.53º 0.23% 0.64% -
XYZ 29.38 34.16 24.45 -
YUV 154.78 111.19 124.59 -
System Red Green Blue C M Y K H S L
Decimal 150 163 125 0.08 0 0.23 0.36 80.53 0.17 0.56
Hex 96 A3 7D 8 0 17 24 51 11 38
Octal 226 243 175 10 0 27 44 121 21 70
Binary 10010110 10100011 1111101 1000 0 10111 100100 1010001 10001 111000

Color Harmonies of #96A37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A37D

Black with #96A37D

Text Example


Text Example

White with #96A37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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