#869D31

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

Shades of Sushi #869D31

Tints of Sushi #869D31

Color information

#869D31 (or 0x869D31) is unknown color: approx Sushi. HEX triplet: 86, 9D and 31. RGB value is (134,157,49). Sum of RGB (Red+Green+Blue) = 134+157+49=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 157 (61.72% from 255 or 46.18% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 157 - color contains mainly: green. Hex color #869D31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869D31 is #7962CE. Grayscale: #8A8A8A. Windows color (decimal): -7955151 or 3251590. OLE color: 3251590.

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

Color convert

RGB13415749-
CMYK0.1500.690.38
HSL72.78º52.43%40.39%-
HSV(B)72.78º68.79%61.57%-
XYZ22.4429.47.4-
YUV137.8177.88125.28-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 157 (61.72% from 255) = 46.18%
BLUE value IS 49 (19.53% from 255) = 14.41%
R=39.41%
G=46.18%
B=14.41%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134157490.1500.690.3872.7852.4340.39
Hex869D31F04526493428
Octal20623561170105461116450
Binary10000110100111011100011111010001011001101001001110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,157,49); }

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

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

 a { background-color: rgb(134,157,49); }

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

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

 span { border-color: rgb(134,157,49); }

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