#9F972F

Color #9F972F Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #9F972F

Tints of Highball #9F972F

Color information

#9F972F (or 0x9F972F) is unknown color: approx Highball. HEX triplet: 9F, 97 and 2F. RGB value is (159,151,47). Sum of RGB (Red+Green+Blue) = 159+151+47=357 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.54% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 47 (18.75% from 255 or 13.17% from 357); Max value from RGB is 159 - color contains mainly: red. Hex color #9F972F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9F972F is #6068D0. Grayscale: #8D8D8D. Windows color (decimal): -6318289 or 3119007. OLE color: 3119007.

HSL color Cylindrical-coordinate representation of color #9F972F: hue angle of 55.71º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9F972F is Cyan = 0, Magento = 0.05, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB15915147-
CMYK00.050.700.38
HSL55.71º54.37%40.39%-
HSV(B)55.71º70.44%62.35%-
XYZ25.8829.717.06-
YUV141.5474.65140.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 44.54%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 47 (18.75% from 255) = 13.17%
R=44.54%
G=42.30%
B=13.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1591514700.050.700.3855.7154.3740.39
Hex9F972F054626383628
Octal237227570510646706650
Binary100111111001011110111101011000110100110111000110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F972F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,151,47); }

 H1.HeaderClassName
 {
   color: #9F972F;
 }
 .AnyTagClassName
 {
   color: #9F972F;
 }
</style>
background-color css

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

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

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

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

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

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