Html Css Color HEX #808645 Wasabi

📋 copy color: '#808645'

red 128 ◦ green 134 ◦ blue 69

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

Shades of Wasabi #808645

Tints of Wasabi #808645

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.48%

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

R = 38.67%
G = 40.48%
B = 20.85%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.49

 K value IS 0.47

RGB Variations

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

Color information

#808645 (or 0x808645) is known color: Wasabi. HEX triplet: 80, 86 and 45. RGB value is (128,134,69). Sum of RGB (Red+Green+Blue) = 128+134+69=331 (43% of max value = 765). Red value is 128 (50.39% from 255 or 38.67% from 331); Green value is 134 (52.73% from 255 or 40.48% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 134 - color contains mainly: green. Hex color #808645 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808645 is #7F79BA. Grayscale: #7D7D7D. Windows color (decimal): -8354235 or 4556416. OLE color: 4556416.

HSL color Cylindrical-coordinate representation of color #808645: hue angle of 65.54º 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 #808645 is Cyan = 0.04, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 69 -
CMYK 0.04 0 0.49 0.47
HSL 65.54º 0.32% 0.4% -
HSV(B) 65.54º 0.49% 0.53% -
XYZ 18.5 22.07 8.91 -
YUV 124.8 96.51 130.29 -
System Red Green Blue C M Y K H S L
Decimal 128 134 69 0.04 0 0.49 0.47 65.54 0.32 0.4
Hex 80 86 45 4 0 31 2F 42 20 28
Octal 200 206 105 4 0 61 57 102 40 50
Binary 10000000 10000110 1000101 100 0 110001 101111 1000010 100000 101000

Color Harmonies of #808645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808645

Black with #808645

Text Example


Text Example

White with #808645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808645; }

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

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

background-color css

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

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

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

border-color css

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

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

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