#858F4B

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

Shades of Wasabi #858F4B

Tints of Wasabi #858F4B

Color information

#858F4B (or 0x858F4B) is unknown color: approx Wasabi. HEX triplet: 85, 8F and 4B. RGB value is (133,143,75). Sum of RGB (Red+Green+Blue) = 133+143+75=351 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.89% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 75 (29.69% from 255 or 21.37% from 351); Max value from RGB is 143 - color contains mainly: green. Hex color #858F4B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #858F4B is #7A70B4. Grayscale: #848484. Windows color (decimal): -8024245 or 4951941. OLE color: 4951941.

HSL color Cylindrical-coordinate representation of color #858F4B: hue angle of 68.82º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #858F4B is Cyan = 0.07, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.44.

Color convert

RGB13314375-
CMYK0.0700.480.44
HSL68.82º31.19%42.75%-
HSV(B)68.82º47.55%56.08%-
XYZ20.7725.1410.41-
YUV132.2695.69128.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.89%
GREEN value IS 143 (56.25% from 255) = 40.74%
BLUE value IS 75 (29.69% from 255) = 21.37%
R=37.89%
G=40.74%
B=21.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal133143750.0700.480.4468.8231.1942.75
Hex858F4B70302C451f2b
Octal2052171137060541053753
Binary100001011000111110010111110110000101100100010111111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #858F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #858F4B; }

 p { color: rgb(133,143,75); }

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

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

 a { background-color: rgb(133,143,75); }

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

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

 span { border-color: rgb(133,143,75); }

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