#72AA3C

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

Shades of Sushi #72AA3C

Tints of Sushi #72AA3C

Color information

#72AA3C (or 0x72AA3C) is unknown color: approx Sushi. HEX triplet: 72, AA and 3C. RGB value is (114,170,60). Sum of RGB (Red+Green+Blue) = 114+170+60=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #72AA3C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72AA3C is #8D55C3. Grayscale: #8D8D8D. Windows color (decimal): -9262532 or 3975794. OLE color: 3975794.

HSL color Cylindrical-coordinate representation of color #72AA3C: hue angle of 90.55º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #72AA3C is Cyan = 0.33, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.33.

Color convert

RGB11417060-
CMYK0.3300.650.33
HSL90.55º47.83%45.1%-
HSV(B)90.55º64.71%66.67%-
XYZ22.1332.659.41-
YUV140.7282.45108.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 170 (66.80% from 255) = 49.42%
BLUE value IS 60 (23.83% from 255) = 17.44%
R=33.14%
G=49.42%
B=17.44%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal114170600.3300.650.3390.5547.8345.1
Hex72AA3C21041215b302d
Octal16225274410101411336055
Binary111001010101010111100100001010000011000011011011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72AA3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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