Html Css Color HEX #868B48 Wasabi

📋 copy color: '#868B48'

red 134 ◦ green 139 ◦ blue 72

#868B48
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wasabi #868B48

Tints of Wasabi #868B48

RGB

 RED value IS 134 (52.73% from 255) = 38.84%

 GREEN value IS 139 (54.69% from 255) = 40.29%

 BLUE value IS 72 (28.52% from 255) = 20.87%

R = 38.84%
G = 40.29%
B = 20.87%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.48

 K value IS 0.45

RGB Variations

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

Color information

#868B48 (or 0x868B48) is known color: Wasabi. HEX triplet: 86, 8B and 48. RGB value is (134,139,72). Sum of RGB (Red+Green+Blue) = 134+139+72=345 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.84% from 345); Green value is 139 (54.69% from 255 or 40.29% from 345); Blue value is 72 (28.52% from 255 or 20.87% from 345); Max value from RGB is 139 - color contains mainly: green. Hex color #868B48 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #868B48 is #7974B7. Grayscale: #828282. Windows color (decimal): -7959736 or 4754310. OLE color: 4754310.

HSL color Cylindrical-coordinate representation of color #868B48: hue angle of 64.48º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #868B48 is Cyan = 0.04, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 139 72 -
CMYK 0.04 0 0.48 0.45
HSL 64.48º 0.32% 0.41% -
HSV(B) 64.48º 0.48% 0.55% -
XYZ 20.23 24 9.7 -
YUV 129.87 95.34 130.95 -
System Red Green Blue C M Y K H S L
Decimal 134 139 72 0.04 0 0.48 0.45 64.48 0.32 0.41
Hex 86 8B 48 4 0 30 2D 40 20 29
Octal 206 213 110 4 0 60 55 100 40 51
Binary 10000110 10001011 1001000 100 0 110000 101101 1000000 100000 101001

Color Harmonies of #868B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #868B48

Black with #868B48

Text Example


Text Example

White with #868B48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #868B48; }

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

 H1.HeaderClassName
 {
   color: #868B48;
 }
 .AnyTagClassName
 {
   color: #868B48;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #868B48;
 }
 .BgClassName
 {
   background-color: #868B48;
 }
</style>

border-color css

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

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

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