#869E48

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

Shades of Wasabi #869E48

Tints of Wasabi #869E48

Color information

#869E48 (or 0x869E48) is unknown color: approx Wasabi. HEX triplet: 86, 9E and 48. RGB value is (134,158,72). Sum of RGB (Red+Green+Blue) = 134+158+72=364 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.81% from 364); Green value is 158 (62.11% from 255 or 43.41% from 364); Blue value is 72 (28.52% from 255 or 19.78% from 364); Max value from RGB is 158 - color contains mainly: green. Hex color #869E48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E48 is #7961B7. Grayscale: #8D8D8D. Windows color (decimal): -7954872 or 4759174. OLE color: 4759174.

HSL color Cylindrical-coordinate representation of color #869E48: hue angle of 76.74º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #869E48 is Cyan = 0.15, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB13415872-
CMYK0.1500.540.38
HSL76.74º37.39%45.1%-
HSV(B)76.74º54.43%61.96%-
XYZ23.2329.9910.7-
YUV141.0289.05122.99-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.81%
GREEN value IS 158 (62.11% from 255) = 43.41%
BLUE value IS 72 (28.52% from 255) = 19.78%
R=36.81%
G=43.41%
B=19.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158720.1500.540.3876.7437.3945.1
Hex869E48F036264d252d
Octal20623611017066461154555
Binary10000110100111101001000111101101101001101001101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,158,72); }

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

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

 a { background-color: rgb(134,158,72); }

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

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

 span { border-color: rgb(134,158,72); }

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