#869139

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

Shades of Wasabi #869139

Tints of Wasabi #869139

Color information

#869139 (or 0x869139) is unknown color: approx Wasabi. HEX triplet: 86, 91 and 39. RGB value is (134,145,57). Sum of RGB (Red+Green+Blue) = 134+145+57=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #869139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869139 is #796EC6. Grayscale: #848484. Windows color (decimal): -7958215 or 3772806. OLE color: 3772806.

HSL color Cylindrical-coordinate representation of color #869139: hue angle of 67.5º degrees, saturation: 0.44, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #869139 is Cyan = 0.08, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.43.

Color convert

RGB13414557-
CMYK0.0800.610.43
HSL67.5º43.56%39.61%-
HSV(B)67.5º60.69%56.86%-
XYZ20.725.617.72-
YUV131.6885.86129.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 57 (22.66% from 255) = 16.96%
R=39.88%
G=43.15%
B=16.96%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134145570.0800.610.4367.543.5639.61
Hex869139803D2B442c28
Octal2062217110075531045450
Binary1000011010010001111001100001111011010111000100101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869139; }

 p { color: rgb(134,145,57); }

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

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

 a { background-color: rgb(134,145,57); }

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

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

 span { border-color: rgb(134,145,57); }

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