#878F31

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

Shades of Wasabi #878F31

Tints of Wasabi #878F31

Color information

#878F31 (or 0x878F31) is unknown color: approx Wasabi. HEX triplet: 87, 8F and 31. RGB value is (135,143,49). Sum of RGB (Red+Green+Blue) = 135+143+49=327 (43% of max value = 765). Red value is 135 (53.12% from 255 or 41.28% from 327); Green value is 143 (56.25% from 255 or 43.73% from 327); Blue value is 49 (19.53% from 255 or 14.98% from 327); Max value from RGB is 143 - color contains mainly: green. Hex color #878F31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #878F31 is #7870CE. Grayscale: #828282. Windows color (decimal): -7893199 or 3248007. OLE color: 3248007.

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

Color convert

RGB13514349-
CMYK0.0600.660.44
HSL65.11º48.96%37.65%-
HSV(B)65.11º65.73%56.08%-
XYZ20.3725.026.66-
YUV129.8982.35131.64-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 41.28%
GREEN value IS 143 (56.25% from 255) = 43.73%
BLUE value IS 49 (19.53% from 255) = 14.98%
R=41.28%
G=43.73%
B=14.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal135143490.0600.660.4465.1148.9637.65
Hex878F3160422C413126
Octal2072176160102541016146
Binary1000011110001111110001110010000101011001000001110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #878F31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #878F31; }

 p { color: rgb(135,143,49); }

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

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

 a { background-color: rgb(135,143,49); }

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

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

 span { border-color: rgb(135,143,49); }

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