Html Css Color HEX #818A4E Wasabi

📋 copy color: '#818A4E'

red 129 ◦ green 138 ◦ blue 78

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

Shades of Wasabi #818A4E

Tints of Wasabi #818A4E

RGB

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

 GREEN value IS 138 (54.3% from 255) = 40%

 BLUE value IS 78 (30.86% from 255) = 22.61%

R = 37.39%
G = 40%
B = 22.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.43

 K value IS 0.46

RGB Variations

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

Color information

#818A4E (or 0x818A4E) is known color: Wasabi. HEX triplet: 81, 8A and 4E. RGB value is (129,138,78). Sum of RGB (Red+Green+Blue) = 129+138+78=345 (45% of max value = 765). Red value is 129 (50.78% from 255 or 37.39% from 345); Green value is 138 (54.30% from 255 or 40% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 138 - color contains mainly: green. Hex color #818A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #818A4E is #7E75B1. Grayscale: #808080. Windows color (decimal): -8287666 or 5147265. OLE color: 5147265.

HSL color Cylindrical-coordinate representation of color #818A4E: hue angle of 69º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #818A4E is Cyan = 0.07, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 138 78 -
CMYK 0.07 0 0.43 0.46
HSL 69º 0.28% 0.42% -
HSV(B) 69º 0.43% 0.54% -
XYZ 19.52 23.39 10.69 -
YUV 128.47 99.52 128.38 -
System Red Green Blue C M Y K H S L
Decimal 129 138 78 0.07 0 0.43 0.46 69 0.28 0.42
Hex 81 8A 4E 7 0 2B 2E 45 1C 2A
Octal 201 212 116 7 0 53 56 105 34 52
Binary 10000001 10001010 1001110 111 0 101011 101110 1000101 11100 101010

Color Harmonies of #818A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818A4E

Black with #818A4E

Text Example


Text Example

White with #818A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818A4E; }

 p { color: rgb(129,138,78); }

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

background-color css

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

 a { background-color: rgb(129,138,78); }

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

border-color css

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

 span { border-color: rgb(129,138,78); }

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