Html Css Color HEX #96A27B Sage

📋 copy color: '#96A27B'

red 150 ◦ green 162 ◦ blue 123

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

Shades of Sage #96A27B

Tints of Sage #96A27B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.24%

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

R = 34.48%
G = 37.24%
B = 28.28%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#96A27B (or 0x96A27B) is known color: Sage. HEX triplet: 96, A2 and 7B. RGB value is (150,162,123). Sum of RGB (Red+Green+Blue) = 150+162+123=435 (57% of max value = 765). Red value is 150 (58.98% from 255 or 34.48% from 435); Green value is 162 (63.67% from 255 or 37.24% from 435); Blue value is 123 (48.44% from 255 or 28.28% from 435); Max value from RGB is 162 - color contains mainly: green. Hex color #96A27B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A27B is #695D84. Grayscale: #9A9A9A. Windows color (decimal): -6905221 or 8102550. OLE color: 8102550.

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

Color convert

RGB 150 162 123 -
CMYK 0.07 0 0.24 0.36
HSL 78.46º 0.17% 0.56% -
HSV(B) 78.46º 0.24% 0.64% -
XYZ 29.07 33.75 23.72 -
YUV 153.97 110.52 125.17 -
System Red Green Blue C M Y K H S L
Decimal 150 162 123 0.07 0 0.24 0.36 78.46 0.17 0.56
Hex 96 A2 7B 7 0 18 24 4E 11 38
Octal 226 242 173 7 0 30 44 116 21 70
Binary 10010110 10100010 1111011 111 0 11000 100100 1001110 10001 111000

Color Harmonies of #96A27B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A27B

Black with #96A27B

Text Example


Text Example

White with #96A27B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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