#869B4A

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

Shades of Wasabi #869B4A

Tints of Wasabi #869B4A

Color information

#869B4A (or 0x869B4A) is unknown color: approx Wasabi. HEX triplet: 86, 9B and 4A. RGB value is (134,155,74). Sum of RGB (Red+Green+Blue) = 134+155+74=363 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.91% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 74 (29.30% from 255 or 20.39% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #869B4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869B4A is #7964B5. Grayscale: #8B8B8B. Windows color (decimal): -7955638 or 4889478. OLE color: 4889478.

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

Color convert

RGB13415574-
CMYK0.1400.520.39
HSL75.56º35.37%44.9%-
HSV(B)75.56º52.26%60.78%-
XYZ22.7929.0110.88-
YUV139.4991.04124.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.91%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 74 (29.30% from 255) = 20.39%
R=36.91%
G=42.70%
B=20.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134155740.1400.520.3975.5635.3744.9
Hex869B4AE034274c232d
Octal20623311216064471144355
Binary10000110100110111001010111001101001001111001100100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,155,74); }

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

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

 a { background-color: rgb(134,155,74); }

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

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

 span { border-color: rgb(134,155,74); }

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