#73992A

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

Shades of Sushi #73992A

Tints of Sushi #73992A

Color information

#73992A (or 0x73992A) is unknown color: approx Sushi. HEX triplet: 73, 99 and 2A. RGB value is (115,153,42). Sum of RGB (Red+Green+Blue) = 115+153+42=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 153 (60.16% from 255 or 49.35% from 310); Blue value is 42 (16.80% from 255 or 13.55% from 310); Max value from RGB is 153 - color contains mainly: green. Hex color #73992A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73992A is #8C66D5. Grayscale: #818181. Windows color (decimal): -9201366 or 2791795. OLE color: 2791795.

HSL color Cylindrical-coordinate representation of color #73992A: hue angle of 80.54º degrees, saturation: 0.57, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #73992A is Cyan = 0.25, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB11515342-
CMYK0.2500.730.4
HSL80.54º56.92%38.24%-
HSV(B)80.54º72.55%60%-
XYZ18.8826.596.33-
YUV128.9878.91118.03-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 153 (60.16% from 255) = 49.35%
BLUE value IS 42 (16.80% from 255) = 13.55%
R=37.10%
G=49.35%
B=13.55%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115153420.2500.730.480.5456.9238.24
Hex73992A1904928513926
Octal16323152310111501217146
Binary11100111001100110101011001010010011010001010001111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73992A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,153,42); }

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

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

 a { background-color: rgb(115,153,42); }

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

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

 span { border-color: rgb(115,153,42); }

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