Html Css Color HEX #96A181 Sage

📋 copy color: '#96A181'

red 150 ◦ green 161 ◦ blue 129

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

Shades of Sage #96A181

Tints of Sage #96A181

RGB

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

 GREEN value IS 161 (63.28% from 255) = 36.59%

 BLUE value IS 129 (50.78% from 255) = 29.32%

R = 34.09%
G = 36.59%
B = 29.32%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.37

RGB Variations

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

Color information

#96A181 (or 0x96A181) is known color: Sage. HEX triplet: 96, A1 and 81. RGB value is (150,161,129). Sum of RGB (Red+Green+Blue) = 150+161+129=440 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.09% from 440); Green value is 161 (63.28% from 255 or 36.59% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 161 - color contains mainly: green. Hex color #96A181 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A181 is #695E7E. Grayscale: #9A9A9A. Windows color (decimal): -6905471 or 8495510. OLE color: 8495510.

HSL color Cylindrical-coordinate representation of color #96A181: hue angle of 80.62º degrees, saturation: 0.15, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #96A181 is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB 150 161 129 -
CMYK 0.07 0 0.20 0.37
HSL 80.63º 0.15% 0.57% -
HSV(B) 80.63º 0.2% 0.63% -
XYZ 29.29 33.56 25.7 -
YUV 154.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 150 161 129 0.07 0 0.20 0.37 80.63 0.15 0.57
Hex 96 A1 81 7 0 14 25 51 F 39
Octal 226 241 201 7 0 24 45 121 17 71
Binary 10010110 10100001 10000001 111 0 10100 100101 1010001 1111 111001

Color Harmonies of #96A181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A181

Black with #96A181

Text Example


Text Example

White with #96A181

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,161,129); }

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

background-color css

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

 a { background-color: rgb(150,161,129); }

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

border-color css

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

 span { border-color: rgb(150,161,129); }

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