#869A37

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

Shades of Wasabi #869A37

Tints of Wasabi #869A37

Color information

#869A37 (or 0x869A37) is unknown color: approx Wasabi. HEX triplet: 86, 9A and 37. RGB value is (134,154,55). Sum of RGB (Red+Green+Blue) = 134+154+55=343 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.07% from 343); Green value is 154 (60.55% from 255 or 44.90% from 343); Blue value is 55 (21.88% from 255 or 16.03% from 343); Max value from RGB is 154 - color contains mainly: green. Hex color #869A37 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869A37 is #7965C8. Grayscale: #898989. Windows color (decimal): -7955913 or 3644038. OLE color: 3644038.

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

Color convert

RGB13415455-
CMYK0.1300.640.40
HSL72.12º47.37%40.98%-
HSV(B)72.12º64.29%60.39%-
XYZ22.0828.467.94-
YUV136.7381.87126.05-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.07%
GREEN value IS 154 (60.55% from 255) = 44.90%
BLUE value IS 55 (21.88% from 255) = 16.03%
R=39.07%
G=44.90%
B=16.03%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134154550.1300.640.4072.1247.3740.98
Hex869A37D04028482f29
Octal20623267150100501105751
Binary10000110100110101101111101010000001010001001000101111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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