#729142

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

Shades of Sushi #729142

Tints of Sushi #729142

Color information

#729142 (or 0x729142) is unknown color: approx Sushi. HEX triplet: 72, 91 and 42. RGB value is (114,145,66). Sum of RGB (Red+Green+Blue) = 114+145+66=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 145 (57.03% from 255 or 44.62% from 325); Blue value is 66 (26.17% from 255 or 20.31% from 325); Max value from RGB is 145 - color contains mainly: green. Hex color #729142 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729142 is #8D6EBD. Grayscale: #7F7F7F. Windows color (decimal): -9268926 or 4362610. OLE color: 4362610.

HSL color Cylindrical-coordinate representation of color #729142: hue angle of 83.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #729142 is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.43.

Color convert

RGB11414566-
CMYK0.2100.540.43
HSL83.54º37.44%41.37%-
HSV(B)83.54º54.48%56.86%-
XYZ18.0524.228.88-
YUV126.7293.73118.92-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 145 (57.03% from 255) = 44.62%
BLUE value IS 66 (26.17% from 255) = 20.31%
R=35.08%
G=44.62%
B=20.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114145660.2100.540.4383.5437.4441.37
Hex729142150362B542529
Octal16222110225066531244551
Binary11100101001000110000101010101101101010111010100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729142; }

 p { color: rgb(114,145,66); }

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

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

 a { background-color: rgb(114,145,66); }

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

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

 span { border-color: rgb(114,145,66); }

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