Html Css Color HEX #80867C Spanish Green

📋 copy color: '#80867C'

red 128 ◦ green 134 ◦ blue 124

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

Shades of Spanish Green #80867C

Tints of Spanish Green #80867C

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.72%

 BLUE value IS 124 (48.83% from 255) = 32.12%

R = 33.16%
G = 34.72%
B = 32.12%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.07

 K value IS 0.47

RGB Variations

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

Color information

#80867C (or 0x80867C) is known color: Spanish Green. HEX triplet: 80, 86 and 7C. RGB value is (128,134,124). Sum of RGB (Red+Green+Blue) = 128+134+124=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 134 (52.73% from 255 or 34.72% from 386); Blue value is 124 (48.83% from 255 or 32.12% from 386); Max value from RGB is 134 - color contains mainly: green. Hex color #80867C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80867C is #7F7983. Grayscale: #838383. Windows color (decimal): -8354180 or 8160896. OLE color: 8160896.

HSL color Cylindrical-coordinate representation of color #80867C: hue angle of 96º degrees, saturation: 0.04, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #80867C is Cyan = 0.04, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.47.

Color convert

RGB 128 134 124 -
CMYK 0.04 0 0.07 0.47
HSL 96º 0.04% 0.51% -
HSV(B) 96º 0.07% 0.53% -
XYZ 21.07 23.09 22.42 -
YUV 131.07 124.01 125.81 -
System Red Green Blue C M Y K H S L
Decimal 128 134 124 0.04 0 0.07 0.47 96 0.04 0.51
Hex 80 86 7C 4 0 7 2F 60 4 33
Octal 200 206 174 4 0 7 57 140 4 63
Binary 10000000 10000110 1111100 100 0 111 101111 1100000 100 110011

Color Harmonies of #80867C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80867C

Black with #80867C

Text Example


Text Example

White with #80867C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80867C; }

 p { color: rgb(128,134,124); }

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

background-color css

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

 a { background-color: rgb(128,134,124); }

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

border-color css

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

 span { border-color: rgb(128,134,124); }

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