Html Css Color HEX #809945 Wasabi

📋 copy color: '#809945'

red 128 ◦ green 153 ◦ blue 69

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

Shades of Wasabi #809945

Tints of Wasabi #809945

RGB

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

 GREEN value IS 153 (60.16% from 255) = 43.71%

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

R = 36.57%
G = 43.71%
B = 19.71%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.55

 K value IS 0.4

RGB Variations

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

Color information

#809945 (or 0x809945) is known color: Wasabi. HEX triplet: 80, 99 and 45. RGB value is (128,153,69). Sum of RGB (Red+Green+Blue) = 128+153+69=350 (46% of max value = 765). Red value is 128 (50.39% from 255 or 36.57% from 350); Green value is 153 (60.16% from 255 or 43.71% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 153 - color contains mainly: green. Hex color #809945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #809945 is #7F66BA. Grayscale: #888888. Windows color (decimal): -8349371 or 4561280. OLE color: 4561280.

HSL color Cylindrical-coordinate representation of color #809945: hue angle of 77.86º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #809945 is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.4.

Color convert

RGB 128 153 69 -
CMYK 0.16 0 0.55 0.4
HSL 77.86º 0.38% 0.44% -
HSV(B) 77.86º 0.55% 0.6% -
XYZ 21.37 27.8 9.87 -
YUV 135.95 90.22 122.33 -
System Red Green Blue C M Y K H S L
Decimal 128 153 69 0.16 0 0.55 0.4 77.86 0.38 0.44
Hex 80 99 45 10 0 37 28 4E 26 2C
Octal 200 231 105 20 0 67 50 116 46 54
Binary 10000000 10011001 1000101 10000 0 110111 101000 1001110 100110 101100

Color Harmonies of #809945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809945

Black with #809945

Text Example


Text Example

White with #809945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809945; }

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

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

background-color css

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

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

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

border-color css

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

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

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