#809728

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

Shades of Sushi #809728

Tints of Sushi #809728

Color information

#809728 (or 0x809728) is unknown color: approx Sushi. HEX triplet: 80, 97 and 28. RGB value is (128,151,40). Sum of RGB (Red+Green+Blue) = 128+151+40=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 151 (59.38% from 255 or 47.34% from 319); Blue value is 40 (16.02% from 255 or 12.54% from 319); Max value from RGB is 151 - color contains mainly: green. Hex color #809728 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809728 is #7F68D7. Grayscale: #838383. Windows color (decimal): -8349912 or 2660224. OLE color: 2660224.

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

Color convert

RGB12815140-
CMYK0.1500.740.41
HSL72.43º58.12%37.45%-
HSV(B)72.43º73.51%59.22%-
XYZ20.3526.886.12-
YUV131.4776.38125.53-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 151 (59.38% from 255) = 47.34%
BLUE value IS 40 (16.02% from 255) = 12.54%
R=40.13%
G=47.34%
B=12.54%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128151400.1500.740.4172.4358.1237.45
Hex809728F04A29483a25
Octal20022750170112511107245
Binary10000000100101111010001111010010101010011001000111010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809728; }

 p { color: rgb(128,151,40); }

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

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

 a { background-color: rgb(128,151,40); }

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

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

 span { border-color: rgb(128,151,40); }

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