#868C34

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

Shades of Wasabi #868C34

Tints of Wasabi #868C34

Color information

#868C34 (or 0x868C34) is unknown color: approx Wasabi. HEX triplet: 86, 8C and 34. RGB value is (134,140,52). Sum of RGB (Red+Green+Blue) = 134+140+52=326 (43% of max value = 765). Red value is 134 (52.73% from 255 or 41.10% from 326); Green value is 140 (55.08% from 255 or 42.94% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 140 - color contains mainly: green. Hex color #868C34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868C34 is #7973CB. Grayscale: #808080. Windows color (decimal): -7959500 or 3443846. OLE color: 3443846.

HSL color Cylindrical-coordinate representation of color #868C34: hue angle of 64.09º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #868C34 is Cyan = 0.04, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.

Color convert

RGB13414052-
CMYK0.0400.630.45
HSL64.09º45.83%37.65%-
HSV(B)64.09º62.86%54.9%-
XYZ19.8324.076.85-
YUV128.1785.01132.16-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 41.10%
GREEN value IS 140 (55.08% from 255) = 42.94%
BLUE value IS 52 (20.70% from 255) = 15.95%
R=41.10%
G=42.94%
B=15.95%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134140520.0400.630.4564.0945.8337.65
Hex868C34403F2D402e26
Octal206214644077551005646
Binary100001101000110011010010001111111011011000000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #868C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #868C34; }

 p { color: rgb(134,140,52); }

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

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

 a { background-color: rgb(134,140,52); }

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

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

 span { border-color: rgb(134,140,52); }

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