Html Css Color HEX #9FAB74 Sage

📋 copy color: '#9FAB74'

red 159 ◦ green 171 ◦ blue 116

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

Shades of Sage #9FAB74

Tints of Sage #9FAB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 26.01%

R = 35.65%
G = 38.34%
B = 26.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#9FAB74 (or 0x9FAB74) is known color: Sage. HEX triplet: 9F, AB and 74. RGB value is (159,171,116). Sum of RGB (Red+Green+Blue) = 159+171+116=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 171 (67.19% from 255 or 38.34% from 446); Blue value is 116 (45.70% from 255 or 26.01% from 446); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB74 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9FAB74 is #60548B. Grayscale: #A1A1A1. Windows color (decimal): -6313100 or 7646111. OLE color: 7646111.

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

Color convert

RGB 159 171 116 -
CMYK 0.07 0 0.32 0.33
HSL 73.09º 0.25% 0.56% -
HSV(B) 73.09º 0.32% 0.67% -
XYZ 32.01 37.76 22.12 -
YUV 161.14 102.52 126.47 -
System Red Green Blue C M Y K H S L
Decimal 159 171 116 0.07 0 0.32 0.33 73.09 0.25 0.56
Hex 9F AB 74 7 0 20 21 49 19 38
Octal 237 253 164 7 0 40 41 111 31 70
Binary 10011111 10101011 1110100 111 0 100000 100001 1001001 11001 111000

Color Harmonies of #9FAB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB74

Black with #9FAB74

Text Example


Text Example

White with #9FAB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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