Html Css Color HEX #99A073 Sage

📋 copy color: '#99A073'

red 153 ◦ green 160 ◦ blue 115

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

Shades of Sage #99A073

Tints of Sage #99A073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.38%

 BLUE value IS 115 (45.31% from 255) = 26.87%

R = 35.75%
G = 37.38%
B = 26.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#99A073 (or 0x99A073) is known color: Sage. HEX triplet: 99, A0 and 73. RGB value is (153,160,115). Sum of RGB (Red+Green+Blue) = 153+160+115=428 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.75% from 428); Green value is 160 (62.89% from 255 or 37.38% from 428); Blue value is 115 (45.31% from 255 or 26.87% from 428); Max value from RGB is 160 - color contains mainly: green. Hex color #99A073 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A073 is #665F8C. Grayscale: #989898. Windows color (decimal): -6709133 or 7577753. OLE color: 7577753.

HSL color Cylindrical-coordinate representation of color #99A073: hue angle of 69.33º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #99A073 is Cyan = 0.04, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 153 160 115 -
CMYK 0.04 0 0.28 0.37
HSL 69.33º 0.19% 0.54% -
HSV(B) 69.33º 0.28% 0.63% -
XYZ 28.8 33.15 21.1 -
YUV 152.78 106.68 128.16 -
System Red Green Blue C M Y K H S L
Decimal 153 160 115 0.04 0 0.28 0.37 69.33 0.19 0.54
Hex 99 A0 73 4 0 1C 25 45 13 36
Octal 231 240 163 4 0 34 45 105 23 66
Binary 10011001 10100000 1110011 100 0 11100 100101 1000101 10011 110110

Color Harmonies of #99A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A073

Black with #99A073

Text Example


Text Example

White with #99A073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,160,115); }

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

background-color css

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

 a { background-color: rgb(153,160,115); }

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

border-color css

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

 span { border-color: rgb(153,160,115); }

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