#869E2A

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

Shades of Sushi #869E2A

Tints of Sushi #869E2A

Color information

#869E2A (or 0x869E2A) is unknown color: approx Sushi. HEX triplet: 86, 9E and 2A. RGB value is (134,158,42). Sum of RGB (Red+Green+Blue) = 134+158+42=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 158 (62.11% from 255 or 47.31% from 334); Blue value is 42 (16.80% from 255 or 12.57% from 334); Max value from RGB is 158 - color contains mainly: green. Hex color #869E2A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E2A is #7961D5. Grayscale: #8A8A8A. Windows color (decimal): -7954902 or 2793094. OLE color: 2793094.

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

Color convert

RGB13415842-
CMYK0.1500.730.38
HSL72.41º58%39.22%-
HSV(B)72.41º73.42%61.96%-
XYZ22.4829.696.74-
YUV137.674.05125.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 158 (62.11% from 255) = 47.31%
BLUE value IS 42 (16.80% from 255) = 12.57%
R=40.12%
G=47.31%
B=12.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158420.1500.730.3872.415839.22
Hex869E2AF04926483a27
Octal20623652170111461107247
Binary10000110100111101010101111010010011001101001000111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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