Html Css Color HEX #808E79 Spanish Green

📋 copy color: '#808E79'

red 128 ◦ green 142 ◦ blue 121

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

Shades of Spanish Green #808E79

Tints of Spanish Green #808E79

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.32%

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

R = 32.74%
G = 36.32%
B = 30.95%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.15

 K value IS 0.44

RGB Variations

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

Color information

#808E79 (or 0x808E79) is known color: Spanish Green. HEX triplet: 80, 8E and 79. RGB value is (128,142,121). Sum of RGB (Red+Green+Blue) = 128+142+121=391 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.74% from 391); Green value is 142 (55.86% from 255 or 36.32% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 142 - color contains mainly: green. Hex color #808E79 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808E79 is #7F7186. Grayscale: #878787. Windows color (decimal): -8352135 or 7966336. OLE color: 7966336.

HSL color Cylindrical-coordinate representation of color #808E79: hue angle of 100º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #808E79 is Cyan = 0.10, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.44.

Color convert

RGB 128 142 121 -
CMYK 0.10 0 0.15 0.44
HSL 100º 0.09% 0.52% -
HSV(B) 100º 0.15% 0.56% -
XYZ 22.03 25.32 21.81 -
YUV 135.42 119.86 122.71 -
System Red Green Blue C M Y K H S L
Decimal 128 142 121 0.10 0 0.15 0.44 100 0.09 0.52
Hex 80 8E 79 A 0 F 2C 64 9 34
Octal 200 216 171 12 0 17 54 144 11 64
Binary 10000000 10001110 1111001 1010 0 1111 101100 1100100 1001 110100

Color Harmonies of #808E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #808E79

Black with #808E79

Text Example


Text Example

White with #808E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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