#869745

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

Shades of Wasabi #869745

Tints of Wasabi #869745

Color information

#869745 (or 0x869745) is unknown color: approx Wasabi. HEX triplet: 86, 97 and 45. RGB value is (134,151,69). Sum of RGB (Red+Green+Blue) = 134+151+69=354 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.85% from 354); Green value is 151 (59.38% from 255 or 42.66% from 354); Blue value is 69 (27.34% from 255 or 19.49% from 354); Max value from RGB is 151 - color contains mainly: green. Hex color #869745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869745 is #7968BA. Grayscale: #888888. Windows color (decimal): -7956667 or 4560774. OLE color: 4560774.

HSL color Cylindrical-coordinate representation of color #869745: hue angle of 72.44º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #869745 is Cyan = 0.11, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.41.

Color convert

RGB13415169-
CMYK0.1100.540.41
HSL72.44º37.27%43.14%-
HSV(B)72.44º54.3%59.22%-
XYZ21.9727.639.81-
YUV136.5789.87126.17-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.85%
GREEN value IS 151 (59.38% from 255) = 42.66%
BLUE value IS 69 (27.34% from 255) = 19.49%
R=37.85%
G=42.66%
B=19.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151690.1100.540.4172.4437.2743.14
Hex869745B0362948252b
Octal20622710513066511104553
Binary10000110100101111000101101101101101010011001000100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869745; }

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

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

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

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

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

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

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

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