#72A13C

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

Shades of Sushi #72A13C

Tints of Sushi #72A13C

Color information

#72A13C (or 0x72A13C) is unknown color: approx Sushi. HEX triplet: 72, A1 and 3C. RGB value is (114,161,60). Sum of RGB (Red+Green+Blue) = 114+161+60=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 161 (63.28% from 255 or 48.06% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 161 - color contains mainly: green. Hex color #72A13C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A13C is #8D5EC3. Grayscale: #878787. Windows color (decimal): -9264836 or 3973490. OLE color: 3973490.

HSL color Cylindrical-coordinate representation of color #72A13C: hue angle of 87.92º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #72A13C is Cyan = 0.29, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.37.

Color convert

RGB11416160-
CMYK0.2900.630.37
HSL87.92º45.7%43.33%-
HSV(B)87.92º62.73%63.14%-
XYZ20.529.398.87-
YUV135.4385.43112.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 161 (63.28% from 255) = 48.06%
BLUE value IS 60 (23.83% from 255) = 17.91%
R=34.03%
G=48.06%
B=17.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal114161600.2900.630.3787.9245.743.33
Hex72A13C1D03F25582e2b
Octal1622417435077451305653
Binary1110010101000011111001110101111111001011011000101110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A13C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72A13C; }

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

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

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

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

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

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

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

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