#72A636

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

Shades of Sushi #72A636

Tints of Sushi #72A636

Color information

#72A636 (or 0x72A636) is unknown color: approx Sushi. HEX triplet: 72, A6 and 36. RGB value is (114,166,54). Sum of RGB (Red+Green+Blue) = 114+166+54=334 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.13% from 334); Green value is 166 (65.23% from 255 or 49.70% from 334); Blue value is 54 (21.48% from 255 or 16.17% from 334); Max value from RGB is 166 - color contains mainly: green. Hex color #72A636 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72A636 is #8D59C9. Grayscale: #8A8A8A. Windows color (decimal): -9263562 or 3581554. OLE color: 3581554.

HSL color Cylindrical-coordinate representation of color #72A636: hue angle of 87.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #72A636 is Cyan = 0.31, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.35.

Color convert

RGB11416654-
CMYK0.3100.670.35
HSL87.86º50.91%43.14%-
HSV(B)87.86º67.47%65.1%-
XYZ21.2431.128.38-
YUV137.6880.77111.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.13%
GREEN value IS 166 (65.23% from 255) = 49.70%
BLUE value IS 54 (21.48% from 255) = 16.17%
R=34.13%
G=49.70%
B=16.17%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal114166540.3100.670.3587.8650.9143.14
Hex72A6361F0432358332b
Octal16224666370103431306353
Binary11100101010011011011011111010000111000111011000110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72A636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,166,54); }

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

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

 a { background-color: rgb(114,166,54); }

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

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

 span { border-color: rgb(114,166,54); }

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