Html Css Color HEX #808D79 Spanish Green

📋 copy color: '#808D79'

red 128 ◦ green 141 ◦ blue 121

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

Shades of Spanish Green #808D79

Tints of Spanish Green #808D79

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.15%

 BLUE value IS 121 (47.66% from 255) = 31.03%

R = 32.82%
G = 36.15%
B = 31.03%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.14

 K value IS 0.45

RGB Variations

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

Color information

#808D79 (or 0x808D79) is known color: Spanish Green. HEX triplet: 80, 8D and 79. RGB value is (128,141,121). Sum of RGB (Red+Green+Blue) = 128+141+121=390 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.82% from 390); Green value is 141 (55.47% from 255 or 36.15% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 141 - color contains mainly: green. Hex color #808D79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808D79 is #7F7286. Grayscale: #868686. Windows color (decimal): -8352391 or 7966080. OLE color: 7966080.

HSL color Cylindrical-coordinate representation of color #808D79: hue angle of 99º degrees, saturation: 0.08, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #808D79 is Cyan = 0.09, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.45.

Color convert

RGB 128 141 121 -
CMYK 0.09 0 0.14 0.45
HSL 99º 0.08% 0.51% -
HSV(B) 99º 0.14% 0.55% -
XYZ 21.88 25.02 21.77 -
YUV 134.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 128 141 121 0.09 0 0.14 0.45 99 0.08 0.51
Hex 80 8D 79 9 0 E 2D 63 8 33
Octal 200 215 171 11 0 16 55 143 10 63
Binary 10000000 10001101 1111001 1001 0 1110 101101 1100011 1000 110011

Color Harmonies of #808D79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808D79

Black with #808D79

Text Example


Text Example

White with #808D79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #808D79; }

 p { color: rgb(128,141,121); }

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

background-color css

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

 a { background-color: rgb(128,141,121); }

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

border-color css

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

 span { border-color: rgb(128,141,121); }

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