Html Css Color HEX #819640 Wasabi

📋 copy color: '#819640'

red 129 ◦ green 150 ◦ blue 64

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

Shades of Wasabi #819640

Tints of Wasabi #819640

RGB

 RED value IS 129 (50.78% from 255) = 37.61%

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

 BLUE value IS 64 (25.39% from 255) = 18.66%

R = 37.61%
G = 43.73%
B = 18.66%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#819640 (or 0x819640) is known color: Wasabi. HEX triplet: 81, 96 and 40. RGB value is (129,150,64). Sum of RGB (Red+Green+Blue) = 129+150+64=343 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.61% from 343); Green value is 150 (58.98% from 255 or 43.73% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 150 - color contains mainly: green. Hex color #819640 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #819640 is #7E69BF. Grayscale: #868686. Windows color (decimal): -8284608 or 4232833. OLE color: 4232833.

HSL color Cylindrical-coordinate representation of color #819640: hue angle of 74.65º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #819640 is Cyan = 0.14, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB 129 150 64 -
CMYK 0.14 0 0.57 0.41
HSL 74.65º 0.4% 0.42% -
HSV(B) 74.65º 0.57% 0.59% -
XYZ 20.89 26.85 8.93 -
YUV 133.92 88.54 124.49 -
System Red Green Blue C M Y K H S L
Decimal 129 150 64 0.14 0 0.57 0.41 74.65 0.4 0.42
Hex 81 96 40 E 0 39 29 4B 28 2A
Octal 201 226 100 16 0 71 51 113 50 52
Binary 10000001 10010110 1000000 1110 0 111001 101001 1001011 101000 101010

Color Harmonies of #819640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #819640

Black with #819640

Text Example


Text Example

White with #819640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #819640; }

 p { color: rgb(129,150,64); }

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

background-color css

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

 a { background-color: rgb(129,150,64); }

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

border-color css

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

 span { border-color: rgb(129,150,64); }

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