Html Css Color HEX #808745 Wasabi

📋 copy color: '#808745'

red 128 ◦ green 135 ◦ blue 69

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

Shades of Wasabi #808745

Tints of Wasabi #808745

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 20.78%

R = 38.55%
G = 40.66%
B = 20.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#808745 (or 0x808745) is known color: Wasabi. HEX triplet: 80, 87 and 45. RGB value is (128,135,69). Sum of RGB (Red+Green+Blue) = 128+135+69=332 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.55% from 332); Green value is 135 (53.12% from 255 or 40.66% from 332); Blue value is 69 (27.34% from 255 or 20.78% from 332); Max value from RGB is 135 - color contains mainly: green. Hex color #808745 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808745 is #7F78BA. Grayscale: #7D7D7D. Windows color (decimal): -8353979 or 4556672. OLE color: 4556672.

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

Color convert

RGB 128 135 69 -
CMYK 0.05 0 0.49 0.47
HSL 66.36º 0.32% 0.4% -
HSV(B) 66.36º 0.49% 0.53% -
XYZ 18.64 22.35 8.96 -
YUV 125.38 96.18 129.87 -
System Red Green Blue C M Y K H S L
Decimal 128 135 69 0.05 0 0.49 0.47 66.36 0.32 0.4
Hex 80 87 45 5 0 31 2F 42 20 28
Octal 200 207 105 5 0 61 57 102 40 50
Binary 10000000 10000111 1000101 101 0 110001 101111 1000010 100000 101000

Color Harmonies of #808745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808745

Black with #808745

Text Example


Text Example

White with #808745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808745; }

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

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

background-color css

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

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

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

border-color css

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

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

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