#72933C

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

Shades of Sushi #72933C

Tints of Sushi #72933C

Color information

#72933C (or 0x72933C) is unknown color: approx Sushi. HEX triplet: 72, 93 and 3C. RGB value is (114,147,60). Sum of RGB (Red+Green+Blue) = 114+147+60=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 147 (57.81% from 255 or 45.79% from 321); Blue value is 60 (23.83% from 255 or 18.69% from 321); Max value from RGB is 147 - color contains mainly: green. Hex color #72933C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #72933C is #8D6CC3. Grayscale: #7F7F7F. Windows color (decimal): -9268420 or 3969906. OLE color: 3969906.

HSL color Cylindrical-coordinate representation of color #72933C: hue angle of 82.76º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #72933C is Cyan = 0.22, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.42.

Color convert

RGB11414760-
CMYK0.2200.590.42
HSL82.76º42.03%40.59%-
HSV(B)82.76º59.18%57.65%-
XYZ18.1924.778.1-
YUV127.2290.07118.57-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 147 (57.81% from 255) = 45.79%
BLUE value IS 60 (23.83% from 255) = 18.69%
R=35.51%
G=45.79%
B=18.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal114147600.2200.590.4282.7642.0340.59
Hex72933C1603B2A532a29
Octal1622237426073521235251
Binary1110010100100111111001011001110111010101010011101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72933C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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