#7f972e

Color #7F972E Sushi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sushi #7F972E

Tints of Sushi #7F972E

Color information

#7F972E (or 0x7F972E) is unknown color: approx Sushi. HEX triplet: 7F, 97 and 2E. RGB value is (127,151,46). Sum of RGB (Red+Green+Blue) = 127+151+46=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 151 (59.38% from 255 or 46.60% from 324); Blue value is 46 (18.36% from 255 or 14.20% from 324); Max value from RGB is 151 - color contains mainly: green. Hex color #7F972E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F972E is #8068D1. Grayscale: #848484. Windows color (decimal): -8415442 or 3053439. OLE color: 3053439.

HSL color Cylindrical-coordinate representation of color #7F972E: hue angle of 73.71º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7F972E is Cyan = 0.16, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.41.

Color convert

RGB12715146-
CMYK0.1600.700.41
HSL73.71º53.3%38.63%-
HSV(B)73.71º69.54%59.22%-
XYZ20.3126.846.7-
YUV131.8579.55124.54-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 39.20%
GREEN value IS 151 (59.38% from 255) = 46.60%
BLUE value IS 46 (18.36% from 255) = 14.20%
R=39.20%
G=46.60%
B=14.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal127151460.1600.700.4173.7153.338.63
Hex7F972E10046294a3527
Octal17722756200106511126547
Binary11111111001011110111010000010001101010011001010110101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7f972e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7f972e; }

 p { color: rgb(127,151,46); }

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

<style>
 a { background-color: #7f972e; }

 a { background-color: rgb(127,151,46); }

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

<style>
 span { border-color: #7f972e; }

 span { border-color: rgb(127,151,46); }

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