Html Css Color HEX #99A670 Sage

📋 copy color: '#99A670'

red 153 ◦ green 166 ◦ blue 112

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

Shades of Sage #99A670

Tints of Sage #99A670

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.52%

 BLUE value IS 112 (44.14% from 255) = 25.99%

R = 35.5%
G = 38.52%
B = 25.99%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#99A670 (or 0x99A670) is known color: Sage. HEX triplet: 99, A6 and 70. RGB value is (153,166,112). Sum of RGB (Red+Green+Blue) = 153+166+112=431 (57% of max value = 765). Red value is 153 (60.16% from 255 or 35.50% from 431); Green value is 166 (65.23% from 255 or 38.52% from 431); Blue value is 112 (44.14% from 255 or 25.99% from 431); Max value from RGB is 166 - color contains mainly: green. Hex color #99A670 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A670 is #66598F. Grayscale: #9C9C9C. Windows color (decimal): -6707600 or 7382681. OLE color: 7382681.

HSL color Cylindrical-coordinate representation of color #99A670: hue angle of 74.44º degrees, saturation: 0.23, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99A670 is Cyan = 0.08, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 153 166 112 -
CMYK 0.08 0 0.33 0.35
HSL 74.44º 0.23% 0.55% -
HSV(B) 74.44º 0.33% 0.65% -
XYZ 29.7 35.21 20.56 -
YUV 155.96 103.19 125.89 -
System Red Green Blue C M Y K H S L
Decimal 153 166 112 0.08 0 0.33 0.35 74.44 0.23 0.55
Hex 99 A6 70 8 0 21 23 4A 17 37
Octal 231 246 160 10 0 41 43 112 27 67
Binary 10011001 10100110 1110000 1000 0 100001 100011 1001010 10111 110111

Color Harmonies of #99A670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A670

Black with #99A670

Text Example


Text Example

White with #99A670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,166,112); }

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

background-color css

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

 a { background-color: rgb(153,166,112); }

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

border-color css

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

 span { border-color: rgb(153,166,112); }

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