Html Css Color HEX #808746 Wasabi

📋 copy color: '#808746'

red 128 ◦ green 135 ◦ blue 70

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

Shades of Wasabi #808746

Tints of Wasabi #808746

RGB

 RED value IS 128 (50.39% from 255) = 38.44%

 GREEN value IS 135 (53.13% from 255) = 40.54%

 BLUE value IS 70 (27.73% from 255) = 21.02%

R = 38.44%
G = 40.54%
B = 21.02%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#808746 (or 0x808746) is known color: Wasabi. HEX triplet: 80, 87 and 46. RGB value is (128,135,70). Sum of RGB (Red+Green+Blue) = 128+135+70=333 (44% of max value = 765). Red value is 128 (50.39% from 255 or 38.44% from 333); Green value is 135 (53.12% from 255 or 40.54% from 333); Blue value is 70 (27.73% from 255 or 21.02% from 333); Max value from RGB is 135 - color contains mainly: green. Hex color #808746 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808746 is #7F78B9. Grayscale: #7D7D7D. Windows color (decimal): -8353978 or 4622208. OLE color: 4622208.

HSL color Cylindrical-coordinate representation of color #808746: hue angle of 66.46º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #808746 is Cyan = 0.05, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 135 70 -
CMYK 0.05 0 0.48 0.47
HSL 66.46º 0.32% 0.4% -
HSV(B) 66.46º 0.48% 0.53% -
XYZ 18.67 22.36 9.13 -
YUV 125.5 96.68 129.79 -
System Red Green Blue C M Y K H S L
Decimal 128 135 70 0.05 0 0.48 0.47 66.46 0.32 0.4
Hex 80 87 46 5 0 30 2F 42 20 28
Octal 200 207 106 5 0 60 57 102 40 50
Binary 10000000 10000111 1000110 101 0 110000 101111 1000010 100000 101000

Color Harmonies of #808746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808746

Black with #808746

Text Example


Text Example

White with #808746

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808746; }

 p { color: rgb(128,135,70); }

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

background-color css

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

 a { background-color: rgb(128,135,70); }

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

border-color css

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

 span { border-color: rgb(128,135,70); }

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