Html Css Color HEX #9AA37A Sage

📋 copy color: '#9AA37A'

red 154 ◦ green 163 ◦ blue 122

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

Shades of Sage #9AA37A

Tints of Sage #9AA37A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 27.79%

R = 35.08%
G = 37.13%
B = 27.79%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#9AA37A (or 0x9AA37A) is known color: Sage. HEX triplet: 9A, A3 and 7A. RGB value is (154,163,122). Sum of RGB (Red+Green+Blue) = 154+163+122=439 (58% of max value = 765). Red value is 154 (60.55% from 255 or 35.08% from 439); Green value is 163 (64.06% from 255 or 37.13% from 439); Blue value is 122 (48.05% from 255 or 27.79% from 439); Max value from RGB is 163 - color contains mainly: green. Hex color #9AA37A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9AA37A is #655C85. Grayscale: #9B9B9B. Windows color (decimal): -6642822 or 8037274. OLE color: 8037274.

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

Color convert

RGB 154 163 122 -
CMYK 0.06 0 0.25 0.36
HSL 73.17º 0.18% 0.56% -
HSV(B) 73.17º 0.25% 0.64% -
XYZ 29.94 34.47 23.49 -
YUV 155.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 154 163 122 0.06 0 0.25 0.36 73.17 0.18 0.56
Hex 9A A3 7A 6 0 19 24 49 12 38
Octal 232 243 172 6 0 31 44 111 22 70
Binary 10011010 10100011 1111010 110 0 11001 100100 1001001 10010 111000

Color Harmonies of #9AA37A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA37A

Black with #9AA37A

Text Example


Text Example

White with #9AA37A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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