#729A42

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

Shades of Sushi #729A42

Tints of Sushi #729A42

Color information

#729A42 (or 0x729A42) is unknown color: approx Sushi. HEX triplet: 72, 9A and 42. RGB value is (114,154,66). Sum of RGB (Red+Green+Blue) = 114+154+66=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 66 (26.17% from 255 or 19.76% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #729A42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729A42 is #8D65BD. Grayscale: #848484. Windows color (decimal): -9266622 or 4364914. OLE color: 4364914.

HSL color Cylindrical-coordinate representation of color #729A42: hue angle of 87.27º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #729A42 is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB11415466-
CMYK0.2600.570.40
HSL87.27º40%43.14%-
HSV(B)87.27º57.14%60.39%-
XYZ19.4827.089.35-
YUV132.0190.75115.16-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 154 (60.55% from 255) = 46.11%
BLUE value IS 66 (26.17% from 255) = 19.76%
R=34.13%
G=46.11%
B=19.76%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal114154660.2600.570.4087.274043.14
Hex729A421A0392857282b
Octal16223210232071501275053
Binary11100101001101010000101101001110011010001010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729A42; }

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

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

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

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

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

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

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

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