Html Css Color HEX #818945 Wasabi

📋 copy color: '#818945'

red 129 ◦ green 137 ◦ blue 69

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

Shades of Wasabi #818945

Tints of Wasabi #818945

RGB

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

 GREEN value IS 137 (53.91% from 255) = 40.9%

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

R = 38.51%
G = 40.9%
B = 20.6%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.50

 K value IS 0.46

RGB Variations

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

Color information

#818945 (or 0x818945) is known color: Wasabi. HEX triplet: 81, 89 and 45. RGB value is (129,137,69). Sum of RGB (Red+Green+Blue) = 129+137+69=335 (44% of max value = 765). Red value is 129 (50.78% from 255 or 38.51% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 69 (27.34% from 255 or 20.60% from 335); Max value from RGB is 137 - color contains mainly: green. Hex color #818945 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #818945 is #7E76BA. Grayscale: #7F7F7F. Windows color (decimal): -8287931 or 4557185. OLE color: 4557185.

HSL color Cylindrical-coordinate representation of color #818945: hue angle of 67.06º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #818945 is Cyan = 0.06, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.46.

Color convert

RGB 129 137 69 -
CMYK 0.06 0 0.50 0.46
HSL 67.06º 0.33% 0.4% -
HSV(B) 67.06º 0.5% 0.54% -
XYZ 19.07 22.99 9.06 -
YUV 126.86 95.35 129.53 -
System Red Green Blue C M Y K H S L
Decimal 129 137 69 0.06 0 0.50 0.46 67.06 0.33 0.4
Hex 81 89 45 6 0 32 2E 43 21 28
Octal 201 211 105 6 0 62 56 103 41 50
Binary 10000001 10001001 1000101 110 0 110010 101110 1000011 100001 101000

Color Harmonies of #818945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #818945

Black with #818945

Text Example


Text Example

White with #818945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #818945; }

 p { color: rgb(129,137,69); }

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

background-color css

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

 a { background-color: rgb(129,137,69); }

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

border-color css

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

 span { border-color: rgb(129,137,69); }

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