Html Css Color HEX #9FAC7A Sage

📋 copy color: '#9FAC7A'

red 159 ◦ green 172 ◦ blue 122

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

Shades of Sage #9FAC7A

Tints of Sage #9FAC7A

RGB

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

 GREEN value IS 172 (67.58% from 255) = 37.97%

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

R = 35.1%
G = 37.97%
B = 26.93%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#9FAC7A (or 0x9FAC7A) is known color: Sage. HEX triplet: 9F, AC and 7A. RGB value is (159,172,122). Sum of RGB (Red+Green+Blue) = 159+172+122=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 172 (67.58% from 255 or 37.97% from 453); Blue value is 122 (48.05% from 255 or 26.93% from 453); Max value from RGB is 172 - color contains mainly: green. Hex color #9FAC7A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAC7A is #605385. Grayscale: #A2A2A2. Windows color (decimal): -6312838 or 8039583. OLE color: 8039583.

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

Color convert

RGB 159 172 122 -
CMYK 0.08 0 0.29 0.33
HSL 75.6º 0.23% 0.58% -
HSV(B) 75.6º 0.29% 0.67% -
XYZ 32.56 38.28 24.09 -
YUV 162.41 105.19 125.57 -
System Red Green Blue C M Y K H S L
Decimal 159 172 122 0.08 0 0.29 0.33 75.6 0.23 0.58
Hex 9F AC 7A 8 0 1D 21 4C 17 3A
Octal 237 254 172 10 0 35 41 114 27 72
Binary 10011111 10101100 1111010 1000 0 11101 100001 1001100 10111 111010

Color Harmonies of #9FAC7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAC7A

Black with #9FAC7A

Text Example


Text Example

White with #9FAC7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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