#809B3F

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

Shades of Sushi #809B3F

Tints of Sushi #809B3F

Color information

#809B3F (or 0x809B3F) is unknown color: approx Sushi. HEX triplet: 80, 9B and 3F. RGB value is (128,155,63). Sum of RGB (Red+Green+Blue) = 128+155+63=346 (45% of max value = 765). Red value is 128 (50.39% from 255 or 36.99% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 63 (25% from 255 or 18.21% from 346); Max value from RGB is 155 - color contains mainly: green. Hex color #809B3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809B3F is #7F64C0. Grayscale: #888888. Windows color (decimal): -8348865 or 4168576. OLE color: 4168576.

HSL color Cylindrical-coordinate representation of color #809B3F: hue angle of 77.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #809B3F is Cyan = 0.17, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.39.

Color convert

RGB12815563-
CMYK0.1700.590.39
HSL77.61º42.2%42.75%-
HSV(B)77.61º59.35%60.78%-
XYZ21.5228.399.05-
YUV136.4486.55121.98-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 36.99%
GREEN value IS 155 (60.94% from 255) = 44.80%
BLUE value IS 63 (25% from 255) = 18.21%
R=36.99%
G=44.80%
B=18.21%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal128155630.1700.590.3977.6142.242.75
Hex809B3F1103B274e2a2b
Octal2002337721073471165253
Binary10000000100110111111111000101110111001111001110101010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #809B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(128,155,63); }

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

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

 a { background-color: rgb(128,155,63); }

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

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

 span { border-color: rgb(128,155,63); }

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