Html Css Color HEX #9AA37D Sage

📋 copy color: '#9AA37D'

red 154 ◦ green 163 ◦ blue 125

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

Shades of Sage #9AA37D

Tints of Sage #9AA37D

RGB

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

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

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

R = 34.84%
G = 36.88%
B = 28.28%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#9AA37D (or 0x9AA37D) is known color: Sage. HEX triplet: 9A, A3 and 7D. RGB value is (154,163,125). Sum of RGB (Red+Green+Blue) = 154+163+125=442 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.84% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 125 (49.22% from 255 or 28.28% from 442); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA37D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA37D is #655C82. Grayscale: #9C9C9C. Windows color (decimal): -6642819 or 8233882. OLE color: 8233882.

HSL color Cylindrical-coordinate representation of color #9AA37D: hue angle of 74.21º degrees, saturation: 0.17, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #9AA37D is Cyan = 0.06, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.

Color convert

RGB 154 163 125 -
CMYK 0.06 0 0.23 0.36
HSL 74.21º 0.17% 0.56% -
HSV(B) 74.21º 0.23% 0.64% -
XYZ 30.13 34.55 24.48 -
YUV 155.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 154 163 125 0.06 0 0.23 0.36 74.21 0.17 0.56
Hex 9A A3 7D 6 0 17 24 4A 11 38
Octal 232 243 175 6 0 27 44 112 21 70
Binary 10011010 10100011 1111101 110 0 10111 100100 1001010 10001 111000

Color Harmonies of #9AA37D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA37D

Black with #9AA37D

Text Example


Text Example

White with #9AA37D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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