Html Css Color HEX #9FAB7A Sage

📋 copy color: '#9FAB7A'

red 159 ◦ green 171 ◦ blue 122

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

Shades of Sage #9FAB7A

Tints of Sage #9FAB7A

RGB

 RED value IS 159 (62.5% from 255) = 35.18%

 GREEN value IS 171 (67.19% from 255) = 37.83%

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

R = 35.18%
G = 37.83%
B = 26.99%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9FAB7A (or 0x9FAB7A) is known color: Sage. HEX triplet: 9F, AB and 7A. RGB value is (159,171,122). Sum of RGB (Red+Green+Blue) = 159+171+122=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 171 (67.19% from 255 or 37.83% from 452); Blue value is 122 (48.05% from 255 or 26.99% from 452); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB7A is #605485. Grayscale: #A2A2A2. Windows color (decimal): -6313094 or 8039327. OLE color: 8039327.

HSL color Cylindrical-coordinate representation of color #9FAB7A: hue angle of 74.69º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9FAB7A is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 171 122 -
CMYK 0.07 0 0.29 0.33
HSL 74.69º 0.23% 0.57% -
HSV(B) 74.69º 0.29% 0.67% -
XYZ 32.37 37.9 24.02 -
YUV 161.83 105.52 125.98 -
System Red Green Blue C M Y K H S L
Decimal 159 171 122 0.07 0 0.29 0.33 74.69 0.23 0.57
Hex 9F AB 7A 7 0 1D 21 4B 17 39
Octal 237 253 172 7 0 35 41 113 27 71
Binary 10011111 10101011 1111010 111 0 11101 100001 1001011 10111 111001

Color Harmonies of #9FAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB7A

Black with #9FAB7A

Text Example


Text Example

White with #9FAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,171,122); }

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

background-color css

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

 a { background-color: rgb(159,171,122); }

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

border-color css

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

 span { border-color: rgb(159,171,122); }

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