#729942

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

Shades of Sushi #729942

Tints of Sushi #729942

Color information

#729942 (or 0x729942) is unknown color: approx Sushi. HEX triplet: 72, 99 and 42. RGB value is (114,153,66). Sum of RGB (Red+Green+Blue) = 114+153+66=333 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.23% from 333); Green value is 153 (60.16% from 255 or 45.95% from 333); Blue value is 66 (26.17% from 255 or 19.82% from 333); Max value from RGB is 153 - color contains mainly: green. Hex color #729942 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #729942 is #8D66BD. Grayscale: #838383. Windows color (decimal): -9266878 or 4364658. OLE color: 4364658.

HSL color Cylindrical-coordinate representation of color #729942: hue angle of 86.9º 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 #729942 is Cyan = 0.25, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB11415366-
CMYK0.2500.570.4
HSL86.9º39.73%42.94%-
HSV(B)86.9º56.86%60%-
XYZ19.3126.759.3-
YUV131.4291.08115.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.23%
GREEN value IS 153 (60.16% from 255) = 45.95%
BLUE value IS 66 (26.17% from 255) = 19.82%
R=34.23%
G=45.95%
B=19.82%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal114153660.2500.570.486.939.7342.94
Hex729942190392857282b
Octal16223110231071501275053
Binary11100101001100110000101100101110011010001010111101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #729942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #729942; }

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

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

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

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

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

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

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

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