#729B2A

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

Shades of Sushi #729B2A

Tints of Sushi #729B2A

Color information

#729B2A (or 0x729B2A) is unknown color: approx Sushi. HEX triplet: 72, 9B and 2A. RGB value is (114,155,42). Sum of RGB (Red+Green+Blue) = 114+155+42=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 155 (60.94% from 255 or 49.84% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 155 - color contains mainly: green. Hex color #729B2A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729B2A is #8D64D5. Grayscale: #828282. Windows color (decimal): -9266390 or 2792306. OLE color: 2792306.

HSL color Cylindrical-coordinate representation of color #729B2A: hue angle of 81.77º degrees, saturation: 0.57, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #729B2A is Cyan = 0.26, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.39.

Color convert

RGB11415542-
CMYK0.2600.730.39
HSL81.77º57.36%38.63%-
HSV(B)81.77º72.9%60.78%-
XYZ19.0827.196.43-
YUV129.8678.42116.69-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 155 (60.94% from 255) = 49.84%
BLUE value IS 42 (16.80% from 255) = 13.50%
R=36.66%
G=49.84%
B=13.50%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114155420.2600.730.3981.7757.3638.63
Hex729B2A1A04927523927
Octal16223352320111471227147
Binary11100101001101110101011010010010011001111010010111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,155,42); }

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

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

 a { background-color: rgb(114,155,42); }

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

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

 span { border-color: rgb(114,155,42); }

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