Html Css Color HEX #869947 Wasabi

📋 copy color: '#869947'

red 134 ◦ green 153 ◦ blue 71

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

Shades of Wasabi #869947

Tints of Wasabi #869947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 42.74%

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

R = 37.43%
G = 42.74%
B = 19.83%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#869947 (or 0x869947) is known color: Wasabi. HEX triplet: 86, 99 and 47. RGB value is (134,153,71). Sum of RGB (Red+Green+Blue) = 134+153+71=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 153 (60.16% from 255 or 42.74% from 358); Blue value is 71 (28.12% from 255 or 19.83% from 358); Max value from RGB is 153 - color contains mainly: green. Hex color #869947 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #869947 is #7966B8. Grayscale: #8A8A8A. Windows color (decimal): -7956153 or 4692358. OLE color: 4692358.

HSL color Cylindrical-coordinate representation of color #869947: hue angle of 73.9º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #869947 is Cyan = 0.12, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 134 153 71 -
CMYK 0.12 0 0.54 0.4
HSL 73.9º 0.37% 0.44% -
HSV(B) 73.9º 0.54% 0.6% -
XYZ 22.36 28.31 10.25 -
YUV 137.97 90.21 125.17 -
System Red Green Blue C M Y K H S L
Decimal 134 153 71 0.12 0 0.54 0.4 73.9 0.37 0.44
Hex 86 99 47 C 0 36 28 4A 25 2C
Octal 206 231 107 14 0 66 50 112 45 54
Binary 10000110 10011001 1000111 1100 0 110110 101000 1001010 100101 101100

Color Harmonies of #869947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #869947

Black with #869947

Text Example


Text Example

White with #869947

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #869947; }

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

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

background-color css

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

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

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

border-color css

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

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

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