Html Css Color HEX #869147 Wasabi

📋 copy color: '#869147'

red 134 ◦ green 145 ◦ blue 71

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

Shades of Wasabi #869147

Tints of Wasabi #869147

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.43%

 BLUE value IS 71 (28.13% from 255) = 20.29%

R = 38.29%
G = 41.43%
B = 20.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.43

RGB Variations

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

Color information

#869147 (or 0x869147) is known color: Wasabi. HEX triplet: 86, 91 and 47. RGB value is (134,145,71). Sum of RGB (Red+Green+Blue) = 134+145+71=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 145 (57.03% from 255 or 41.43% from 350); Blue value is 71 (28.12% from 255 or 20.29% from 350); Max value from RGB is 145 - color contains mainly: green. Hex color #869147 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869147 is #796EB8. Grayscale: #858585. Windows color (decimal): -7958201 or 4690310. OLE color: 4690310.

HSL color Cylindrical-coordinate representation of color #869147: hue angle of 68.92º degrees, saturation: 0.34, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #869147 is Cyan = 0.08, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.43.

Color convert

RGB 134 145 71 -
CMYK 0.08 0 0.51 0.43
HSL 68.92º 0.34% 0.42% -
HSV(B) 68.92º 0.51% 0.57% -
XYZ 21.09 25.77 9.82 -
YUV 133.28 92.86 128.52 -
System Red Green Blue C M Y K H S L
Decimal 134 145 71 0.08 0 0.51 0.43 68.92 0.34 0.42
Hex 86 91 47 8 0 33 2B 45 22 2A
Octal 206 221 107 10 0 63 53 105 42 52
Binary 10000110 10010001 1000111 1000 0 110011 101011 1000101 100010 101010

Color Harmonies of #869147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869147

Black with #869147

Text Example


Text Example

White with #869147

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869147; }

 p { color: rgb(134,145,71); }

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

background-color css

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

 a { background-color: rgb(134,145,71); }

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

border-color css

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

 span { border-color: rgb(134,145,71); }

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