#73993F

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

Shades of Sushi #73993F

Tints of Sushi #73993F

Color information

#73993F (or 0x73993F) is unknown color: approx Sushi. HEX triplet: 73, 99 and 3F. RGB value is (115,153,63). Sum of RGB (Red+Green+Blue) = 115+153+63=331 (43% of max value = 765). Red value is 115 (45.31% from 255 or 34.74% from 331); Green value is 153 (60.16% from 255 or 46.22% from 331); Blue value is 63 (25% from 255 or 19.03% from 331); Max value from RGB is 153 - color contains mainly: green. Hex color #73993F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #73993F is #8C66C0. Grayscale: #838383. Windows color (decimal): -9201345 or 4168051. OLE color: 4168051.

HSL color Cylindrical-coordinate representation of color #73993F: hue angle of 85.33º degrees, saturation: 0.42, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #73993F is Cyan = 0.25, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.4.

Color convert

RGB11515363-
CMYK0.2500.590.4
HSL85.33º41.67%42.35%-
HSV(B)85.33º58.82%60%-
XYZ19.3626.798.85-
YUV131.3889.41116.32-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 34.74%
GREEN value IS 153 (60.16% from 255) = 46.22%
BLUE value IS 63 (25% from 255) = 19.03%
R=34.74%
G=46.22%
B=19.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal115153630.2500.590.485.3341.6742.35
Hex73993F1903B28552a2a
Octal1632317731073501255252
Binary1110011100110011111111100101110111010001010101101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73993F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73993F; }

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

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

<style>
 a { background-color: #73993F; }

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

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

<style>
 span { border-color: #73993F; }

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

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