#879030

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

Shades of Wasabi #879030

Tints of Wasabi #879030

Color information

#879030 (or 0x879030) is unknown color: approx Wasabi. HEX triplet: 87, 90 and 30. RGB value is (135,144,48). Sum of RGB (Red+Green+Blue) = 135+144+48=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 48 (19.14% from 255 or 14.68% from 327); Max value from RGB is 144 - color contains mainly: green. Hex color #879030 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #879030 is #786FCF. Grayscale: #828282. Windows color (decimal): -7892944 or 3182727. OLE color: 3182727.

HSL color Cylindrical-coordinate representation of color #879030: hue angle of 65.62º degrees, saturation: 0.5, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #879030 is Cyan = 0.06, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.44.

Color convert

RGB13514448-
CMYK0.0600.670.44
HSL65.62º50%37.65%-
HSV(B)65.62º66.67%56.47%-
XYZ20.525.316.6-
YUV130.3681.52131.31-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 144 (56.64% from 255) = 44.04%
BLUE value IS 48 (19.14% from 255) = 14.68%
R=41.28%
G=44.04%
B=14.68%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135144480.0600.670.4465.625037.65
Hex87903060432C423226
Octal2072206060103541026246
Binary1000011110010000110000110010000111011001000010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #879030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #879030; }

 p { color: rgb(135,144,48); }

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

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

 a { background-color: rgb(135,144,48); }

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

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

 span { border-color: rgb(135,144,48); }

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