Html Css Color HEX #99A77A Sage

📋 copy color: '#99A77A'

red 153 ◦ green 167 ◦ blue 122

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

Shades of Sage #99A77A

Tints of Sage #99A77A

RGB

 RED value IS 153 (60.16% from 255) = 34.62%

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

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

R = 34.62%
G = 37.78%
B = 27.6%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#99A77A (or 0x99A77A) is known color: Sage. HEX triplet: 99, A7 and 7A. RGB value is (153,167,122). Sum of RGB (Red+Green+Blue) = 153+167+122=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 167 (65.62% from 255 or 37.78% from 442); Blue value is 122 (48.05% from 255 or 27.60% from 442); Max value from RGB is 167 - color contains mainly: green. Hex color #99A77A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A77A is #665885. Grayscale: #9D9D9D. Windows color (decimal): -6707334 or 8038297. OLE color: 8038297.

HSL color Cylindrical-coordinate representation of color #99A77A: hue angle of 78.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 #99A77A is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 167 122 -
CMYK 0.08 0 0.27 0.35
HSL 78.67º 0.2% 0.57% -
HSV(B) 78.67º 0.27% 0.65% -
XYZ 30.47 35.81 23.72 -
YUV 157.68 107.86 124.66 -
System Red Green Blue C M Y K H S L
Decimal 153 167 122 0.08 0 0.27 0.35 78.67 0.2 0.57
Hex 99 A7 7A 8 0 1B 23 4F 14 39
Octal 231 247 172 10 0 33 43 117 24 71
Binary 10011001 10100111 1111010 1000 0 11011 100011 1001111 10100 111001

Color Harmonies of #99A77A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A77A

Black with #99A77A

Text Example


Text Example

White with #99A77A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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