#869C46

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

Shades of Wasabi #869C46

Tints of Wasabi #869C46

Color information

#869C46 (or 0x869C46) is unknown color: approx Wasabi. HEX triplet: 86, 9C and 46. RGB value is (134,156,70). Sum of RGB (Red+Green+Blue) = 134+156+70=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 156 (61.33% from 255 or 43.33% from 360); Blue value is 70 (27.73% from 255 or 19.44% from 360); Max value from RGB is 156 - color contains mainly: green. Hex color #869C46 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869C46 is #7963B9. Grayscale: #8B8B8B. Windows color (decimal): -7955386 or 4627590. OLE color: 4627590.

HSL color Cylindrical-coordinate representation of color #869C46: hue angle of 75.35º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #869C46 is Cyan = 0.14, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.39.

Color convert

RGB13415670-
CMYK0.1400.550.39
HSL75.35º38.05%44.31%-
HSV(B)75.35º55.13%61.18%-
XYZ22.8329.2910.24-
YUV139.6288.71123.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 156 (61.33% from 255) = 43.33%
BLUE value IS 70 (27.73% from 255) = 19.44%
R=37.22%
G=43.33%
B=19.44%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134156700.1400.550.3975.3538.0544.31
Hex869C46E037274b262c
Octal20623410616067471134654
Binary10000110100111001000110111001101111001111001011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869C46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,156,70); }

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

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

 a { background-color: rgb(134,156,70); }

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

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

 span { border-color: rgb(134,156,70); }

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