#869A35

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

Shades of Wasabi #869A35

Tints of Wasabi #869A35

Color information

#869A35 (or 0x869A35) is unknown color: approx Wasabi. HEX triplet: 86, 9A and 35. RGB value is (134,154,53). Sum of RGB (Red+Green+Blue) = 134+154+53=341 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.30% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 53 (21.09% from 255 or 15.54% from 341); Max value from RGB is 154 - color contains mainly: green. Hex color #869A35 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869A35 is #7965CA. Grayscale: #888888. Windows color (decimal): -7955915 or 3512966. OLE color: 3512966.

HSL color Cylindrical-coordinate representation of color #869A35: hue angle of 71.88º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #869A35 is Cyan = 0.13, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.40.

Color convert

RGB13415453-
CMYK0.1300.660.40
HSL71.88º48.79%40.59%-
HSV(B)71.88º65.58%60.39%-
XYZ22.0328.447.7-
YUV136.5180.87126.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.30%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 53 (21.09% from 255) = 15.54%
R=39.30%
G=45.16%
B=15.54%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134154530.1300.660.4071.8848.7940.59
Hex869A35D04228483129
Octal20623265150102501106151
Binary10000110100110101101011101010000101010001001000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,154,53); }

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

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

 a { background-color: rgb(134,154,53); }

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

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

 span { border-color: rgb(134,154,53); }

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