#869845

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

Shades of Wasabi #869845

Tints of Wasabi #869845

Color information

#869845 (or 0x869845) is unknown color: approx Wasabi. HEX triplet: 86, 98 and 45. RGB value is (134,152,69). Sum of RGB (Red+Green+Blue) = 134+152+69=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 152 (59.77% from 255 or 42.82% from 355); Blue value is 69 (27.34% from 255 or 19.44% from 355); Max value from RGB is 152 - color contains mainly: green. Hex color #869845 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869845 is #7967BA. Grayscale: #898989. Windows color (decimal): -7956411 or 4561030. OLE color: 4561030.

HSL color Cylindrical-coordinate representation of color #869845: hue angle of 73.01º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #869845 is Cyan = 0.12, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.40.

Color convert

RGB13415269-
CMYK0.1200.550.40
HSL73.01º37.56%43.33%-
HSV(B)73.01º54.61%59.61%-
XYZ22.1327.959.86-
YUV137.1689.54125.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 152 (59.77% from 255) = 42.82%
BLUE value IS 69 (27.34% from 255) = 19.44%
R=37.75%
G=42.82%
B=19.44%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal134152690.1200.550.4073.0137.5643.33
Hex869845C0372849262b
Octal20623010514067501114653
Binary10000110100110001000101110001101111010001001001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #869845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #869845; }

 p { color: rgb(134,152,69); }

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

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

 a { background-color: rgb(134,152,69); }

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

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

 span { border-color: rgb(134,152,69); }

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