#72913E

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

Shades of Sushi #72913E

Tints of Sushi #72913E

Color information

#72913E (or 0x72913E) is unknown color: approx Sushi. HEX triplet: 72, 91 and 3E. RGB value is (114,145,62). Sum of RGB (Red+Green+Blue) = 114+145+62=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 145 (57.03% from 255 or 45.17% from 321); Blue value is 62 (24.61% from 255 or 19.31% from 321); Max value from RGB is 145 - color contains mainly: green. Hex color #72913E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72913E is #8D6EC1. Grayscale: #7E7E7E. Windows color (decimal): -9268930 or 4100466. OLE color: 4100466.

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

Color convert

RGB11414562-
CMYK0.2100.570.43
HSL82.41º40.1%40.59%-
HSV(B)82.41º57.24%56.86%-
XYZ17.9324.188.28-
YUV126.2791.73119.25-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 145 (57.03% from 255) = 45.17%
BLUE value IS 62 (24.61% from 255) = 19.31%
R=35.51%
G=45.17%
B=19.31%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal114145620.2100.570.4382.4140.140.59
Hex72913E150392B522829
Octal1622217625071531225051
Binary1110010100100011111101010101110011010111010010101000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72913E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72913E; }

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

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

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

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

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

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

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

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