#869029

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

Shades of Wasabi #869029

Tints of Wasabi #869029

Color information

#869029 (or 0x869029) is unknown color: approx Wasabi. HEX triplet: 86, 90 and 29. RGB value is (134,144,41). Sum of RGB (Red+Green+Blue) = 134+144+41=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 144 (56.64% from 255 or 45.14% from 319); Blue value is 41 (16.41% from 255 or 12.85% from 319); Max value from RGB is 144 - color contains mainly: green. Hex color #869029 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869029 is #796FD6. Grayscale: #818181. Windows color (decimal): -7958487 or 2723974. OLE color: 2723974.

HSL color Cylindrical-coordinate representation of color #869029: hue angle of 65.83º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #869029 is Cyan = 0.07, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.44.

Color convert

RGB13414441-
CMYK0.0700.720.44
HSL65.83º55.68%36.27%-
HSV(B)65.83º71.53%56.47%-
XYZ20.2125.175.89-
YUV129.2778.19131.38-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 144 (56.64% from 255) = 45.14%
BLUE value IS 41 (16.41% from 255) = 12.85%
R=42.01%
G=45.14%
B=12.85%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134144410.0700.720.4465.8355.6836.27
Hex86902970482C423824
Octal2062205170110541027044
Binary1000011010010000101001111010010001011001000010111000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869029; }

 p { color: rgb(134,144,41); }

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

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

 a { background-color: rgb(134,144,41); }

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

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

 span { border-color: rgb(134,144,41); }

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