Html Css Color HEX #808741 Wasabi

📋 copy color: '#808741'

red 128 ◦ green 135 ◦ blue 65

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

Shades of Wasabi #808741

Tints of Wasabi #808741

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.82%

R = 39.02%
G = 41.16%
B = 19.82%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#808741 (or 0x808741) is known color: Wasabi. HEX triplet: 80, 87 and 41. RGB value is (128,135,65). Sum of RGB (Red+Green+Blue) = 128+135+65=328 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.02% from 328); Green value is 135 (53.12% from 255 or 41.16% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 135 - color contains mainly: green. Hex color #808741 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808741 is #7F78BE. Grayscale: #7D7D7D. Windows color (decimal): -8353983 or 4294528. OLE color: 4294528.

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

Color convert

RGB 128 135 65 -
CMYK 0.05 0 0.52 0.47
HSL 66º 0.35% 0.39% -
HSV(B) 66º 0.52% 0.53% -
XYZ 18.52 22.3 8.33 -
YUV 124.93 94.18 130.19 -
System Red Green Blue C M Y K H S L
Decimal 128 135 65 0.05 0 0.52 0.47 66 0.35 0.39
Hex 80 87 41 5 0 34 2F 42 23 27
Octal 200 207 101 5 0 64 57 102 43 47
Binary 10000000 10000111 1000001 101 0 110100 101111 1000010 100011 100111

Color Harmonies of #808741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808741

Black with #808741

Text Example


Text Example

White with #808741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808741; }

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

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

background-color css

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

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

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

border-color css

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

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

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