#72913F

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

Shades of Sushi #72913F

Tints of Sushi #72913F

Color information

#72913F (or 0x72913F) is unknown color: approx Sushi. HEX triplet: 72, 91 and 3F. RGB value is (114,145,63). Sum of RGB (Red+Green+Blue) = 114+145+63=322 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.40% from 322); Green value is 145 (57.03% from 255 or 45.03% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 145 - color contains mainly: green. Hex color #72913F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72913F is #8D6EC0. Grayscale: #7E7E7E. Windows color (decimal): -9268929 or 4166002. OLE color: 4166002.

HSL color Cylindrical-coordinate representation of color #72913F: hue angle of 82.68º degrees, saturation: 0.39, 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 #72913F is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB11414563-
CMYK0.2100.570.43
HSL82.68º39.42%40.78%-
HSV(B)82.68º56.55%56.86%-
XYZ17.9624.198.42-
YUV126.3892.23119.17-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.40%
GREEN value IS 145 (57.03% from 255) = 45.03%
BLUE value IS 63 (25% from 255) = 19.57%
R=35.40%
G=45.03%
B=19.57%

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
Decimal114145630.2100.570.4382.6839.4240.78
Hex72913F150392B532729
Octal1622217725071531234751
Binary1110010100100011111111010101110011010111010011100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72913F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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