#869748

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

Shades of Wasabi #869748

Tints of Wasabi #869748

Color information

#869748 (or 0x869748) is unknown color: approx Wasabi. HEX triplet: 86, 97 and 48. RGB value is (134,151,72). Sum of RGB (Red+Green+Blue) = 134+151+72=357 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.54% from 357); Green value is 151 (59.38% from 255 or 42.30% from 357); Blue value is 72 (28.52% from 255 or 20.17% from 357); Max value from RGB is 151 - color contains mainly: green. Hex color #869748 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869748 is #7968B7. Grayscale: #898989. Windows color (decimal): -7956664 or 4757382. OLE color: 4757382.

HSL color Cylindrical-coordinate representation of color #869748: hue angle of 72.91º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #869748 is Cyan = 0.11, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB13415172-
CMYK0.1100.520.41
HSL72.91º35.43%43.73%-
HSV(B)72.91º52.32%59.22%-
XYZ22.0727.6710.31-
YUV136.9191.37125.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.54%
GREEN value IS 151 (59.38% from 255) = 42.30%
BLUE value IS 72 (28.52% from 255) = 20.17%
R=37.54%
G=42.30%
B=20.17%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134151720.1100.520.4172.9135.4343.73
Hex869748B0342949232c
Octal20622711013064511114354
Binary10000110100101111001000101101101001010011001001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869748; }

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

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

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

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

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

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

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

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