#729931

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

Shades of Sushi #729931

Tints of Sushi #729931

Color information

#729931 (or 0x729931) is unknown color: approx Sushi. HEX triplet: 72, 99 and 31. RGB value is (114,153,49). Sum of RGB (Red+Green+Blue) = 114+153+49=316 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.08% from 316); Green value is 153 (60.16% from 255 or 48.42% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 153 - color contains mainly: green. Hex color #729931 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729931 is #8D66CE. Grayscale: #818181. Windows color (decimal): -9266895 or 3250546. OLE color: 3250546.

HSL color Cylindrical-coordinate representation of color #729931: hue angle of 82.5º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #729931 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.4.

Color convert

RGB11415349-
CMYK0.2500.680.4
HSL82.5º51.49%39.61%-
HSV(B)82.5º67.97%60%-
XYZ18.8926.587.04-
YUV129.4882.58116.96-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.08%
GREEN value IS 153 (60.16% from 255) = 48.42%
BLUE value IS 49 (19.53% from 255) = 15.51%
R=36.08%
G=48.42%
B=15.51%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153490.2500.680.482.551.4939.61
Hex7299311904428523328
Octal16223161310104501226350
Binary11100101001100111000111001010001001010001010010110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729931; }

 p { color: rgb(114,153,49); }

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

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

 a { background-color: rgb(114,153,49); }

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

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

 span { border-color: rgb(114,153,49); }

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