Html Css Color HEX #99A775 Sage

📋 copy color: '#99A775'

red 153 ◦ green 167 ◦ blue 117

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

Shades of Sage #99A775

Tints of Sage #99A775

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 26.77%

R = 35.01%
G = 38.22%
B = 26.77%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.30

 K value IS 0.35

RGB Variations

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

Color information

#99A775 (or 0x99A775) is known color: Sage. HEX triplet: 99, A7 and 75. RGB value is (153,167,117). Sum of RGB (Red+Green+Blue) = 153+167+117=437 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.01% from 437); Green value is 167 (65.62% from 255 or 38.22% from 437); Blue value is 117 (46.09% from 255 or 26.77% from 437); Max value from RGB is 167 - color contains mainly: green. Hex color #99A775 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A775 is #66588A. Grayscale: #9D9D9D. Windows color (decimal): -6707339 or 7710617. OLE color: 7710617.

HSL color Cylindrical-coordinate representation of color #99A775: hue angle of 76.8º degrees, saturation: 0.22, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #99A775 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 167 117 -
CMYK 0.08 0 0.30 0.35
HSL 76.8º 0.22% 0.56% -
HSV(B) 76.8º 0.3% 0.65% -
XYZ 30.17 35.69 22.13 -
YUV 157.11 105.36 125.07 -
System Red Green Blue C M Y K H S L
Decimal 153 167 117 0.08 0 0.30 0.35 76.8 0.22 0.56
Hex 99 A7 75 8 0 1E 23 4D 16 38
Octal 231 247 165 10 0 36 43 115 26 70
Binary 10011001 10100111 1110101 1000 0 11110 100011 1001101 10110 111000

Color Harmonies of #99A775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A775

Black with #99A775

Text Example


Text Example

White with #99A775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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