Html Css Color HEX #96A67C Sage

📋 copy color: '#96A67C'

red 150 ◦ green 166 ◦ blue 124

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

Shades of Sage #96A67C

Tints of Sage #96A67C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 37.73%

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

R = 34.09%
G = 37.73%
B = 28.18%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#96A67C (or 0x96A67C) is known color: Sage. HEX triplet: 96, A6 and 7C. RGB value is (150,166,124). Sum of RGB (Red+Green+Blue) = 150+166+124=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 166 (65.23% from 255 or 37.73% from 440); Blue value is 124 (48.83% from 255 or 28.18% from 440); Max value from RGB is 166 - color contains mainly: green. Hex color #96A67C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A67C is #695983. Grayscale: #9C9C9C. Windows color (decimal): -6904196 or 8169110. OLE color: 8169110.

HSL color Cylindrical-coordinate representation of color #96A67C: hue angle of 82.86º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #96A67C is Cyan = 0.10, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 166 124 -
CMYK 0.10 0 0.25 0.35
HSL 82.86º 0.19% 0.57% -
HSV(B) 82.86º 0.25% 0.65% -
XYZ 29.85 35.21 24.29 -
YUV 156.43 109.7 123.42 -
System Red Green Blue C M Y K H S L
Decimal 150 166 124 0.10 0 0.25 0.35 82.86 0.19 0.57
Hex 96 A6 7C A 0 19 23 53 13 39
Octal 226 246 174 12 0 31 43 123 23 71
Binary 10010110 10100110 1111100 1010 0 11001 100011 1010011 10011 111001

Color Harmonies of #96A67C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A67C

Black with #96A67C

Text Example


Text Example

White with #96A67C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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