Html Css Color HEX #869047 Wasabi

📋 copy color: '#869047'

red 134 ◦ green 144 ◦ blue 71

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

Shades of Wasabi #869047

Tints of Wasabi #869047

RGB

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

 GREEN value IS 144 (56.64% from 255) = 41.26%

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

R = 38.4%
G = 41.26%
B = 20.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#869047 (or 0x869047) is known color: Wasabi. HEX triplet: 86, 90 and 47. RGB value is (134,144,71). Sum of RGB (Red+Green+Blue) = 134+144+71=349 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.40% from 349); Green value is 144 (56.64% from 255 or 41.26% from 349); Blue value is 71 (28.12% from 255 or 20.34% from 349); Max value from RGB is 144 - color contains mainly: green. Hex color #869047 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869047 is #796FB8. Grayscale: #848484. Windows color (decimal): -7958457 or 4690054. OLE color: 4690054.

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

Color convert

RGB 134 144 71 -
CMYK 0.07 0 0.51 0.44
HSL 68.22º 0.34% 0.42% -
HSV(B) 68.22º 0.51% 0.56% -
XYZ 20.94 25.47 9.77 -
YUV 132.69 93.19 128.94 -
System Red Green Blue C M Y K H S L
Decimal 134 144 71 0.07 0 0.51 0.44 68.22 0.34 0.42
Hex 86 90 47 7 0 33 2C 44 22 2A
Octal 206 220 107 7 0 63 54 104 42 52
Binary 10000110 10010000 1000111 111 0 110011 101100 1000100 100010 101010

Color Harmonies of #869047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869047

Black with #869047

Text Example


Text Example

White with #869047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869047; }

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

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

background-color css

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

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

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

border-color css

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

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

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