#73A02B

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

Shades of Sushi #73A02B

Tints of Sushi #73A02B

Color information

#73A02B (or 0x73A02B) is unknown color: approx Sushi. HEX triplet: 73, A0 and 2B. RGB value is (115,160,43). Sum of RGB (Red+Green+Blue) = 115+160+43=318 (42% of max value = 765). Red value is 115 (45.31% from 255 or 36.16% from 318); Green value is 160 (62.89% from 255 or 50.31% from 318); Blue value is 43 (17.19% from 255 or 13.52% from 318); Max value from RGB is 160 - color contains mainly: green. Hex color #73A02B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73A02B is #8C5FD4. Grayscale: #858585. Windows color (decimal): -9199573 or 2859123. OLE color: 2859123.

HSL color Cylindrical-coordinate representation of color #73A02B: hue angle of 83.08º degrees, saturation: 0.58, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73A02B is Cyan = 0.28, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.37.

Color convert

RGB11516043-
CMYK0.2800.730.37
HSL83.08º57.64%39.8%-
HSV(B)83.08º73.12%62.75%-
XYZ20.0828.966.82-
YUV133.2177.09115.01-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.16%
GREEN value IS 160 (62.89% from 255) = 50.31%
BLUE value IS 43 (17.19% from 255) = 13.52%
R=36.16%
G=50.31%
B=13.52%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal115160430.2800.730.3783.0857.6439.8
Hex73A02B1C04925533a28
Octal16324053340111451237250
Binary11100111010000010101111100010010011001011010011111010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73A02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73A02B; }

 p { color: rgb(115,160,43); }

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

<style>
 a { background-color: #73A02B; }

 a { background-color: rgb(115,160,43); }

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

<style>
 span { border-color: #73A02B; }

 span { border-color: rgb(115,160,43); }

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