Html Css Color HEX #9AA37F Sage

📋 copy color: '#9AA37F'

red 154 ◦ green 163 ◦ blue 127

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

Shades of Sage #9AA37F

Tints of Sage #9AA37F

RGB

 RED value IS 154 (60.55% from 255) = 34.68%

 GREEN value IS 163 (64.06% from 255) = 36.71%

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

R = 34.68%
G = 36.71%
B = 28.6%

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

#9AA37F (or 0x9AA37F) is known color: Sage. HEX triplet: 9A, A3 and 7F. RGB value is (154,163,127). Sum of RGB (Red+Green+Blue) = 154+163+127=444 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.68% from 444); Green value is 163 (64.06% from 255 or 36.71% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA37F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA37F is #655C80. Grayscale: #9C9C9C. Windows color (decimal): -6642817 or 8364954. OLE color: 8364954.

HSL color Cylindrical-coordinate representation of color #9AA37F: hue angle of 75º 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 #9AA37F is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 163 127 -
CMYK 0.06 0 0.22 0.36
HSL 75º 0.16% 0.57% -
HSV(B) 75º 0.22% 0.64% -
XYZ 30.25 34.6 25.16 -
YUV 156.21 111.52 126.43 -
System Red Green Blue C M Y K H S L
Decimal 154 163 127 0.06 0 0.22 0.36 75 0.16 0.57
Hex 9A A3 7F 6 0 16 24 4B 10 39
Octal 232 243 177 6 0 26 44 113 20 71
Binary 10011010 10100011 1111111 110 0 10110 100100 1001011 10000 111001

Color Harmonies of #9AA37F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA37F

Black with #9AA37F

Text Example


Text Example

White with #9AA37F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9AA37F; }

 p { color: rgb(154,163,127); }

 H1.HeaderClassName
 {
   color: #9AA37F;
 }
 .AnyTagClassName
 {
   color: #9AA37F;
 }
</style>

background-color css

<style>
 a { background-color: #9AA37F; }

 a { background-color: rgb(154,163,127); }

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

border-color css

<style>
 span { border-color: #9AA37F; }

 span { border-color: rgb(154,163,127); }

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