#869E2E

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

Shades of Sushi #869E2E

Tints of Sushi #869E2E

Color information

#869E2E (or 0x869E2E) is unknown color: approx Sushi. HEX triplet: 86, 9E and 2E. RGB value is (134,158,46). Sum of RGB (Red+Green+Blue) = 134+158+46=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 158 (62.11% from 255 or 46.75% from 338); Blue value is 46 (18.36% from 255 or 13.61% from 338); Max value from RGB is 158 - color contains mainly: green. Hex color #869E2E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E2E is #7961D1. Grayscale: #8A8A8A. Windows color (decimal): -7954898 or 3055238. OLE color: 3055238.

HSL color Cylindrical-coordinate representation of color #869E2E: hue angle of 72.86º degrees, saturation: 0.55, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #869E2E is Cyan = 0.15, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.38.

Color convert

RGB13415846-
CMYK0.1500.710.38
HSL72.86º54.9%40%-
HSV(B)72.86º70.89%61.96%-
XYZ22.5529.727.13-
YUV138.0676.05125.11-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 158 (62.11% from 255) = 46.75%
BLUE value IS 46 (18.36% from 255) = 13.61%
R=39.64%
G=46.75%
B=13.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158460.1500.710.3872.8654.940
Hex869E2EF04726493728
Octal20623656170107461116750
Binary10000110100111101011101111010001111001101001001110111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869E2E; }

 p { color: rgb(134,158,46); }

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

<style>
 a { background-color: #869E2E; }

 a { background-color: rgb(134,158,46); }

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

<style>
 span { border-color: #869E2E; }

 span { border-color: rgb(134,158,46); }

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