Html Css Color HEX #99A67D Sage

📋 copy color: '#99A67D'

red 153 ◦ green 166 ◦ blue 125

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

Shades of Sage #99A67D

Tints of Sage #99A67D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 34.46%
G = 37.39%
B = 28.15%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#99A67D (or 0x99A67D) is known color: Sage. HEX triplet: 99, A6 and 7D. RGB value is (153,166,125). Sum of RGB (Red+Green+Blue) = 153+166+125=444 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.46% from 444); Green value is 166 (65.23% from 255 or 37.39% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 166 - color contains mainly: green. Hex color #99A67D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A67D is #665982. Grayscale: #9D9D9D. Windows color (decimal): -6707587 or 8234649. OLE color: 8234649.

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

Color convert

RGB 153 166 125 -
CMYK 0.08 0 0.25 0.35
HSL 79.02º 0.19% 0.57% -
HSV(B) 79.02º 0.25% 0.65% -
XYZ 30.47 35.53 24.65 -
YUV 157.44 109.69 124.83 -
System Red Green Blue C M Y K H S L
Decimal 153 166 125 0.08 0 0.25 0.35 79.02 0.19 0.57
Hex 99 A6 7D 8 0 19 23 4F 13 39
Octal 231 246 175 10 0 31 43 117 23 71
Binary 10011001 10100110 1111101 1000 0 11001 100011 1001111 10011 111001

Color Harmonies of #99A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A67D

Black with #99A67D

Text Example


Text Example

White with #99A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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