#868939

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

Shades of Wasabi #868939

Tints of Wasabi #868939

Color information

#868939 (or 0x868939) is unknown color: approx Wasabi. HEX triplet: 86, 89 and 39. RGB value is (134,137,57). Sum of RGB (Red+Green+Blue) = 134+137+57=328 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.85% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 57 (22.66% from 255 or 17.38% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #868939 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868939 is #7976C6. Grayscale: #7F7F7F. Windows color (decimal): -7960263 or 3770758. OLE color: 3770758.

HSL color Cylindrical-coordinate representation of color #868939: hue angle of 62.25º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #868939 is Cyan = 0.02, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB13413757-
CMYK0.0200.580.46
HSL62.25º41.24%38.04%-
HSV(B)62.25º58.39%53.73%-
XYZ19.5223.267.33-
YUV126.9888.51133-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.85%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 57 (22.66% from 255) = 17.38%
R=40.85%
G=41.77%
B=17.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal134137570.0200.580.4662.2541.2438.04
Hex868939203A2E3e2926
Octal20621171207256765146
Binary1000011010001001111001100111010101110111110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868939; }

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

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

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

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

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

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

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

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