#72972C

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

Shades of Sushi #72972C

Tints of Sushi #72972C

Color information

#72972C (or 0x72972C) is unknown color: approx Sushi. HEX triplet: 72, 97 and 2C. RGB value is (114,151,44). Sum of RGB (Red+Green+Blue) = 114+151+44=309 (40% of max value = 765). Red value is 114 (44.92% from 255 or 36.89% from 309); Green value is 151 (59.38% from 255 or 48.87% from 309); Blue value is 44 (17.58% from 255 or 14.24% from 309); Max value from RGB is 151 - color contains mainly: green. Hex color #72972C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72972C is #8D68D3. Grayscale: #808080. Windows color (decimal): -9267412 or 2922354. OLE color: 2922354.

HSL color Cylindrical-coordinate representation of color #72972C: hue angle of 80.75º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #72972C is Cyan = 0.25, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.41.

Color convert

RGB11415144-
CMYK0.2500.710.41
HSL80.75º54.87%38.24%-
HSV(B)80.75º70.86%59.22%-
XYZ18.4625.896.41-
YUV127.7480.74118.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.89%
GREEN value IS 151 (59.38% from 255) = 48.87%
BLUE value IS 44 (17.58% from 255) = 14.24%
R=36.89%
G=48.87%
B=14.24%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal114151440.2500.710.4180.7554.8738.24
Hex72972C1904729513726
Octal16222754310107511216746
Binary11100101001011110110011001010001111010011010001110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72972C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72972C; }

 p { color: rgb(114,151,44); }

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

<style>
 a { background-color: #72972C; }

 a { background-color: rgb(114,151,44); }

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

<style>
 span { border-color: #72972C; }

 span { border-color: rgb(114,151,44); }

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