Html Css Color HEX #808742 Wasabi

📋 copy color: '#808742'

red 128 ◦ green 135 ◦ blue 66

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

Shades of Wasabi #808742

Tints of Wasabi #808742

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.06%

R = 38.91%
G = 41.03%
B = 20.06%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#808742 (or 0x808742) is known color: Wasabi. HEX triplet: 80, 87 and 42. RGB value is (128,135,66). Sum of RGB (Red+Green+Blue) = 128+135+66=329 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.91% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 66 (26.17% from 255 or 20.06% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #808742 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808742 is #7F78BD. Grayscale: #7D7D7D. Windows color (decimal): -8353982 or 4360064. OLE color: 4360064.

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

Color convert

RGB 128 135 66 -
CMYK 0.05 0 0.51 0.47
HSL 66.09º 0.34% 0.39% -
HSV(B) 66.09º 0.51% 0.53% -
XYZ 18.55 22.31 8.48 -
YUV 125.04 94.68 130.11 -
System Red Green Blue C M Y K H S L
Decimal 128 135 66 0.05 0 0.51 0.47 66.09 0.34 0.39
Hex 80 87 42 5 0 33 2F 42 22 27
Octal 200 207 102 5 0 63 57 102 42 47
Binary 10000000 10000111 1000010 101 0 110011 101111 1000010 100010 100111

Color Harmonies of #808742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808742

Black with #808742

Text Example


Text Example

White with #808742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808742; }

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

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

background-color css

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

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

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

border-color css

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

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

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