#809629

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

Shades of Sushi #809629

Tints of Sushi #809629

Color information

#809629 (or 0x809629) is unknown color: approx Sushi. HEX triplet: 80, 96 and 29. RGB value is (128,150,41). Sum of RGB (Red+Green+Blue) = 128+150+41=319 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40.13% from 319); Green value is 150 (58.98% from 255 or 47.02% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 150 - color contains mainly: green. Hex color #809629 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809629 is #7F69D6. Grayscale: #838383. Windows color (decimal): -8350167 or 2725504. OLE color: 2725504.

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

Color convert

RGB12815041-
CMYK0.1500.730.41
HSL72.11º57.07%37.45%-
HSV(B)72.11º72.67%58.82%-
XYZ20.2126.566.16-
YUV13177.21125.86-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 40.13%
GREEN value IS 150 (58.98% from 255) = 47.02%
BLUE value IS 41 (16.41% from 255) = 12.85%
R=40.13%
G=47.02%
B=12.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal128150410.1500.730.4172.1157.0737.45
Hex809629F04929483925
Octal20022651170111511107145
Binary10000000100101101010011111010010011010011001000111001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809629; }

 p { color: rgb(128,150,41); }

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

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

 a { background-color: rgb(128,150,41); }

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

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

 span { border-color: rgb(128,150,41); }

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