#869045

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

Shades of Wasabi #869045

Tints of Wasabi #869045

Color information

#869045 (or 0x869045) is unknown color: approx Wasabi. HEX triplet: 86, 90 and 45. RGB value is (134,144,69). Sum of RGB (Red+Green+Blue) = 134+144+69=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 144 (56.64% from 255 or 41.50% from 347); Blue value is 69 (27.34% from 255 or 19.88% from 347); Max value from RGB is 144 - color contains mainly: green. Hex color #869045 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869045 is #796FBA. Grayscale: #848484. Windows color (decimal): -7958459 or 4558982. OLE color: 4558982.

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

Color convert

RGB13414469-
CMYK0.0700.520.44
HSL68º35.21%41.76%-
HSV(B)68º52.08%56.47%-
XYZ20.8825.449.44-
YUV132.4692.19129.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 144 (56.64% from 255) = 41.50%
BLUE value IS 69 (27.34% from 255) = 19.88%
R=38.62%
G=41.50%
B=19.88%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134144690.0700.520.446835.2141.76
Hex86904570342C44232a
Octal2062201057064541044352
Binary1000011010010000100010111101101001011001000100100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869045; }

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

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

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

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

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

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

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

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