#869E36

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

Shades of Sushi #869E36

Tints of Sushi #869E36

Color information

#869E36 (or 0x869E36) is unknown color: approx Sushi. HEX triplet: 86, 9E and 36. RGB value is (134,158,54). Sum of RGB (Red+Green+Blue) = 134+158+54=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 54 (21.48% from 255 or 15.61% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #869E36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E36 is #7961C9. Grayscale: #8B8B8B. Windows color (decimal): -7954890 or 3579526. OLE color: 3579526.

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

Color convert

RGB13415854-
CMYK0.1500.660.38
HSL73.85º49.06%41.57%-
HSV(B)73.85º65.82%61.96%-
XYZ22.7229.798.04-
YUV138.9780.05124.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 54 (21.48% from 255) = 15.61%
R=38.73%
G=45.66%
B=15.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158540.1500.660.3873.8549.0641.57
Hex869E36F042264a312a
Octal20623666170102461126152
Binary10000110100111101101101111010000101001101001010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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