#729B3C

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

Shades of Sushi #729B3C

Tints of Sushi #729B3C

Color information

#729B3C (or 0x729B3C) is unknown color: approx Sushi. HEX triplet: 72, 9B and 3C. RGB value is (114,155,60). Sum of RGB (Red+Green+Blue) = 114+155+60=329 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.65% from 329); Green value is 155 (60.94% from 255 or 47.11% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 155 - color contains mainly: green. Hex color #729B3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729B3C is #8D64C3. Grayscale: #848484. Windows color (decimal): -9266372 or 3971954. OLE color: 3971954.

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

Color convert

RGB11415560-
CMYK0.2600.610.39
HSL85.89º44.19%42.16%-
HSV(B)85.89º61.29%60.78%-
XYZ19.4827.358.53-
YUV131.9187.42115.22-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.65%
GREEN value IS 155 (60.94% from 255) = 47.11%
BLUE value IS 60 (23.83% from 255) = 18.24%
R=34.65%
G=47.11%
B=18.24%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal114155600.2600.610.3985.8944.1942.16
Hex729B3C1A03D27562c2a
Octal1622337432075471265452
Binary1110010100110111111001101001111011001111010110101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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