#809E47

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

Shades of Sushi #809E47

Tints of Sushi #809E47

Color information

#809E47 (or 0x809E47) is unknown color: approx Sushi. HEX triplet: 80, 9E and 47. RGB value is (128,158,71). Sum of RGB (Red+Green+Blue) = 128+158+71=357 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.85% from 357); Green value is 158 (62.11% from 255 or 44.26% from 357); Blue value is 71 (28.12% from 255 or 19.89% from 357); Max value from RGB is 158 - color contains mainly: green. Hex color #809E47 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809E47 is #7F61B8. Grayscale: #8B8B8B. Windows color (decimal): -8348089 or 4693632. OLE color: 4693632.

HSL color Cylindrical-coordinate representation of color #809E47: hue angle of 80.69º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809E47 is Cyan = 0.19, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB12815871-
CMYK0.1900.550.38
HSL80.69º37.99%44.9%-
HSV(B)80.69º55.06%61.96%-
XYZ22.2729.510.48-
YUV139.1189.56120.07-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 35.85%
GREEN value IS 158 (62.11% from 255) = 44.26%
BLUE value IS 71 (28.12% from 255) = 19.89%
R=35.85%
G=44.26%
B=19.89%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128158710.1900.550.3880.6937.9944.9
Hex809E47130372651262d
Octal20023610723067461214655
Binary100000001001111010001111001101101111001101010001100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809E47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #809E47; }

 p { color: rgb(128,158,71); }

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

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

 a { background-color: rgb(128,158,71); }

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

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

 span { border-color: rgb(128,158,71); }

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