#86A736

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

Shades of Sushi #86A736

Tints of Sushi #86A736

Color information

#86A736 (or 0x86A736) is unknown color: approx Sushi. HEX triplet: 86, A7 and 36. RGB value is (134,167,54). Sum of RGB (Red+Green+Blue) = 134+167+54=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 167 (65.62% from 255 or 47.04% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 167 - color contains mainly: green. Hex color #86A736 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #86A736 is #7958C9. Grayscale: #909090. Windows color (decimal): -7952586 or 3581830. OLE color: 3581830.

HSL color Cylindrical-coordinate representation of color #86A736: hue angle of 77.52º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #86A736 is Cyan = 0.20, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB13416754-
CMYK0.2000.680.35
HSL77.52º51.13%43.33%-
HSV(B)77.52º67.66%65.49%-
XYZ24.3232.978.57-
YUV144.2577.07120.69-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 167 (65.62% from 255) = 47.04%
BLUE value IS 54 (21.48% from 255) = 15.21%
R=37.75%
G=47.04%
B=15.21%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal134167540.2000.680.3577.5251.1343.33
Hex86A73614044234e332b
Octal20624766240104431166353
Binary100001101010011111011010100010001001000111001110110011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86A736

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86A736; }

 p { color: rgb(134,167,54); }

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

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

 a { background-color: rgb(134,167,54); }

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

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

 span { border-color: rgb(134,167,54); }

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