#809F34

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

Shades of Sushi #809F34

Tints of Sushi #809F34

Color information

#809F34 (or 0x809F34) is unknown color: approx Sushi. HEX triplet: 80, 9F and 34. RGB value is (128,159,52). Sum of RGB (Red+Green+Blue) = 128+159+52=339 (44% of max value = 765). Red value is 128 (50.39% from 255 or 37.76% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 52 (20.70% from 255 or 15.34% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #809F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809F34 is #7F60CB. Grayscale: #898989. Windows color (decimal): -8347852 or 3448704. OLE color: 3448704.

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

Color convert

RGB12815952-
CMYK0.1900.670.38
HSL77.38º50.71%41.37%-
HSV(B)77.38º67.3%62.35%-
XYZ21.9229.637.81-
YUV137.5379.73121.2-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 37.76%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 52 (20.70% from 255) = 15.34%
R=37.76%
G=46.90%
B=15.34%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal128159520.1900.670.3877.3850.7141.37
Hex809F3413043264d3329
Octal20023764230103461156351
Binary100000001001111111010010011010000111001101001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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