Html Css Color HEX #96A77A Sage

📋 copy color: '#96A77A'

red 150 ◦ green 167 ◦ blue 122

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

Shades of Sage #96A77A

Tints of Sage #96A77A

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.04%

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 34.17%
G = 38.04%
B = 27.79%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#96A77A (or 0x96A77A) is known color: Sage. HEX triplet: 96, A7 and 7A. RGB value is (150,167,122). Sum of RGB (Red+Green+Blue) = 150+167+122=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 167 (65.62% from 255 or 38.04% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 167 - color contains mainly: green. Hex color #96A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96A77A is #695885. Grayscale: #9C9C9C. Windows color (decimal): -6903942 or 8038294. OLE color: 8038294.

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

Color convert

RGB 150 167 122 -
CMYK 0.10 0 0.27 0.35
HSL 82.67º 0.2% 0.57% -
HSV(B) 82.67º 0.27% 0.65% -
XYZ 29.91 35.53 23.69 -
YUV 156.79 108.37 123.16 -
System Red Green Blue C M Y K H S L
Decimal 150 167 122 0.10 0 0.27 0.35 82.67 0.2 0.57
Hex 96 A7 7A A 0 1B 23 53 14 39
Octal 226 247 172 12 0 33 43 123 24 71
Binary 10010110 10100111 1111010 1010 0 11011 100011 1010011 10100 111001

Color Harmonies of #96A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A77A

Black with #96A77A

Text Example


Text Example

White with #96A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,167,122); }

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

background-color css

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

 a { background-color: rgb(150,167,122); }

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

border-color css

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

 span { border-color: rgb(150,167,122); }

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