Html Css Color HEX #809648 Wasabi

📋 copy color: '#809648'

red 128 ◦ green 150 ◦ blue 72

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

Shades of Wasabi #809648

Tints of Wasabi #809648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.86%

 BLUE value IS 72 (28.52% from 255) = 20.57%

R = 36.57%
G = 42.86%
B = 20.57%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#809648 (or 0x809648) is known color: Wasabi. HEX triplet: 80, 96 and 48. RGB value is (128,150,72). Sum of RGB (Red+Green+Blue) = 128+150+72=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 150 (58.98% from 255 or 42.86% from 350); Blue value is 72 (28.52% from 255 or 20.57% from 350); Max value from RGB is 150 - color contains mainly: green. Hex color #809648 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809648 is #7F69B7. Grayscale: #868686. Windows color (decimal): -8350136 or 4757120. OLE color: 4757120.

HSL color Cylindrical-coordinate representation of color #809648: hue angle of 76.92º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #809648 is Cyan = 0.15, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.41.

Color convert

RGB 128 150 72 -
CMYK 0.15 0 0.52 0.41
HSL 76.92º 0.35% 0.44% -
HSV(B) 76.92º 0.52% 0.59% -
XYZ 20.98 26.87 10.21 -
YUV 134.53 92.71 123.34 -
System Red Green Blue C M Y K H S L
Decimal 128 150 72 0.15 0 0.52 0.41 76.92 0.35 0.44
Hex 80 96 48 F 0 34 29 4D 23 2C
Octal 200 226 110 17 0 64 51 115 43 54
Binary 10000000 10010110 1001000 1111 0 110100 101001 1001101 100011 101100

Color Harmonies of #809648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809648

Black with #809648

Text Example


Text Example

White with #809648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809648; }

 p { color: rgb(128,150,72); }

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

background-color css

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

 a { background-color: rgb(128,150,72); }

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

border-color css

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

 span { border-color: rgb(128,150,72); }

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