Html Css Color HEX #808245 Wasabi

📋 copy color: '#808245'

red 128 ◦ green 130 ◦ blue 69

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

Shades of Wasabi #808245

Tints of Wasabi #808245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 39.76%

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

R = 39.14%
G = 39.76%
B = 21.1%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#808245 (or 0x808245) is known color: Wasabi. HEX triplet: 80, 82 and 45. RGB value is (128,130,69). Sum of RGB (Red+Green+Blue) = 128+130+69=327 (43% of max value = 765). Red value is 128 (50.39% from 255 or 39.14% from 327); Green value is 130 (51.17% from 255 or 39.76% from 327); Blue value is 69 (27.34% from 255 or 21.10% from 327); Max value from RGB is 130 - color contains mainly: green. Hex color #808245 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #808245 is #7F7DBA. Grayscale: #7A7A7A. Windows color (decimal): -8355259 or 4555392. OLE color: 4555392.

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

Color convert

RGB 128 130 69 -
CMYK 0.02 0 0.47 0.49
HSL 61.97º 0.31% 0.39% -
HSV(B) 61.97º 0.47% 0.51% -
XYZ 17.96 20.98 8.73 -
YUV 122.45 97.84 131.96 -
System Red Green Blue C M Y K H S L
Decimal 128 130 69 0.02 0 0.47 0.49 61.97 0.31 0.39
Hex 80 82 45 2 0 2F 31 3E 1F 27
Octal 200 202 105 2 0 57 61 76 37 47
Binary 10000000 10000010 1000101 10 0 101111 110001 111110 11111 100111

Color Harmonies of #808245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808245

Black with #808245

Text Example


Text Example

White with #808245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808245; }

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

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

background-color css

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

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

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

border-color css

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

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

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