#869E3A

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

Shades of Wasabi #869E3A

Tints of Wasabi #869E3A

Color information

#869E3A (or 0x869E3A) is unknown color: approx Wasabi. HEX triplet: 86, 9E and 3A. RGB value is (134,158,58). Sum of RGB (Red+Green+Blue) = 134+158+58=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 158 (62.11% from 255 or 45.14% from 350); Blue value is 58 (23.05% from 255 or 16.57% from 350); Max value from RGB is 158 - color contains mainly: green. Hex color #869E3A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869E3A is #7961C5. Grayscale: #8B8B8B. Windows color (decimal): -7954886 or 3841670. OLE color: 3841670.

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

Color convert

RGB13415858-
CMYK0.1500.630.38
HSL74.4º46.3%42.35%-
HSV(B)74.4º63.29%61.96%-
XYZ22.8229.838.56-
YUV139.4282.05124.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 158 (62.11% from 255) = 45.14%
BLUE value IS 58 (23.05% from 255) = 16.57%
R=38.29%
G=45.14%
B=16.57%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134158580.1500.630.3874.446.342.35
Hex869E3AF03F264a2e2a
Octal2062367217077461125652
Binary1000011010011110111010111101111111001101001010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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