#809f2d

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

Shades of Sushi #809F2D

Tints of Sushi #809F2D

Color information

#809F2D (or 0x809F2D) is unknown color: approx Sushi. HEX triplet: 80, 9F and 2D. RGB value is (128,159,45). Sum of RGB (Red+Green+Blue) = 128+159+45=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 159 (62.5% from 255 or 47.89% from 332); Blue value is 45 (17.97% from 255 or 13.55% from 332); Max value from RGB is 159 - color contains mainly: green. Hex color #809F2D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809F2D is #7F60D2. Grayscale: #898989. Windows color (decimal): -8347859 or 2989952. OLE color: 2989952.

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

Color convert

RGB12815945-
CMYK0.1900.720.38
HSL76.32º55.88%40%-
HSV(B)76.32º71.7%62.35%-
XYZ21.7729.577.04-
YUV136.7376.23121.77-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 38.55%
GREEN value IS 159 (62.5% from 255) = 47.89%
BLUE value IS 45 (17.97% from 255) = 13.55%
R=38.55%
G=47.89%
B=13.55%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128159450.1900.720.3876.3255.8840
Hex809F2D13048264c3828
Octal20023755230110461147050
Binary100000001001111110110110011010010001001101001100111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809f2d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,159,45); }

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

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

 a { background-color: rgb(128,159,45); }

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

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

 span { border-color: rgb(128,159,45); }

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