#72943A

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

Shades of Sushi #72943A

Tints of Sushi #72943A

Color information

#72943A (or 0x72943A) is unknown color: approx Sushi. HEX triplet: 72, 94 and 3A. RGB value is (114,148,58). Sum of RGB (Red+Green+Blue) = 114+148+58=320 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.62% from 320); Green value is 148 (58.20% from 255 or 46.25% from 320); Blue value is 58 (23.05% from 255 or 18.12% from 320); Max value from RGB is 148 - color contains mainly: green. Hex color #72943A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72943A is #8D6BC5. Grayscale: #7F7F7F. Windows color (decimal): -9268166 or 3839090. OLE color: 3839090.

HSL color Cylindrical-coordinate representation of color #72943A: hue angle of 82.67º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #72943A is Cyan = 0.23, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.42.

Color convert

RGB11414858-
CMYK0.2300.610.42
HSL82.67º43.69%40.39%-
HSV(B)82.67º60.81%58.04%-
XYZ18.2925.067.88-
YUV127.5788.74118.32-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.62%
GREEN value IS 148 (58.20% from 255) = 46.25%
BLUE value IS 58 (23.05% from 255) = 18.12%
R=35.62%
G=46.25%
B=18.12%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114148580.2300.610.4282.6743.6940.39
Hex72943A1703D2A532c28
Octal1622247227075521235450
Binary1110010100101001110101011101111011010101010011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72943A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #72943A; }

 p { color: rgb(114,148,58); }

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

<style>
 a { background-color: #72943A; }

 a { background-color: rgb(114,148,58); }

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

<style>
 span { border-color: #72943A; }

 span { border-color: rgb(114,148,58); }

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