Html Css Color HEX #9FAB9F Mantle

📋 copy color: '#9FAB9F'

red 159 ◦ green 171 ◦ blue 159

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

Shades of Mantle #9FAB9F

Tints of Mantle #9FAB9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 32.52%

R = 32.52%
G = 34.97%
B = 32.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#9FAB9F (or 0x9FAB9F) is known color: Mantle. HEX triplet: 9F, AB and 9F. RGB value is (159,171,159). Sum of RGB (Red+Green+Blue) = 159+171+159=489 (64% of max value = 765). Red value is 159 (62.5% from 255 or 32.52% from 489); Green value is 171 (67.19% from 255 or 34.97% from 489); Blue value is 159 (62.5% from 255 or 32.52% from 489); Max value from RGB is 171 - color contains mainly: green. Hex color #9FAB9F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FAB9F is #605460. Grayscale: #A6A6A6. Windows color (decimal): -6313057 or 10464159. OLE color: 10464159.

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

Color convert

RGB 159 171 159 -
CMYK 0.07 0 0.07 0.33
HSL 120º 0.07% 0.65% -
HSV(B) 120º 0.07% 0.67% -
XYZ 35.12 39 38.48 -
YUV 166.04 124.02 122.98 -
System Red Green Blue C M Y K H S L
Decimal 159 171 159 0.07 0 0.07 0.33 120 0.07 0.65
Hex 9F AB 9F 7 0 7 21 78 7 41
Octal 237 253 237 7 0 7 41 170 7 101
Binary 10011111 10101011 10011111 111 0 111 100001 1111000 111 1000001

Color Harmonies of #9FAB9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FAB9F

Black with #9FAB9F

Text Example


Text Example

White with #9FAB9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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