Html Css Color HEX #99A27F Sage

📋 copy color: '#99A27F'

red 153 ◦ green 162 ◦ blue 127

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

Shades of Sage #99A27F

Tints of Sage #99A27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 36.65%

 BLUE value IS 127 (50% from 255) = 28.73%

R = 34.62%
G = 36.65%
B = 28.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#99A27F (or 0x99A27F) is known color: Sage. HEX triplet: 99, A2 and 7F. RGB value is (153,162,127). Sum of RGB (Red+Green+Blue) = 153+162+127=442 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.62% from 442); Green value is 162 (63.67% from 255 or 36.65% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 162 - color contains mainly: green. Hex color #99A27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99A27F is #665D80. Grayscale: #9B9B9B. Windows color (decimal): -6708609 or 8364697. OLE color: 8364697.

HSL color Cylindrical-coordinate representation of color #99A27F: hue angle of 75.43º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #99A27F is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 153 162 127 -
CMYK 0.06 0 0.22 0.36
HSL 75.43º 0.16% 0.57% -
HSV(B) 75.43º 0.22% 0.64% -
XYZ 29.89 34.15 25.09 -
YUV 155.32 112.02 126.35 -
System Red Green Blue C M Y K H S L
Decimal 153 162 127 0.06 0 0.22 0.36 75.43 0.16 0.57
Hex 99 A2 7F 6 0 16 24 4B 10 39
Octal 231 242 177 6 0 26 44 113 20 71
Binary 10011001 10100010 1111111 110 0 10110 100100 1001011 10000 111001

Color Harmonies of #99A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99A27F

Black with #99A27F

Text Example


Text Example

White with #99A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,162,127); }

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

background-color css

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

 a { background-color: rgb(153,162,127); }

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

border-color css

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

 span { border-color: rgb(153,162,127); }

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