Html Css Color HEX #80837F Spanish Green

📋 copy color: '#80837F'

red 128 ◦ green 131 ◦ blue 127

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

Shades of Spanish Green #80837F

Tints of Spanish Green #80837F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.94%

 BLUE value IS 127 (50% from 255) = 32.9%

R = 33.16%
G = 33.94%
B = 32.9%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.03

 K value IS 0.49

RGB Variations

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

Color information

#80837F (or 0x80837F) is known color: Spanish Green. HEX triplet: 80, 83 and 7F. RGB value is (128,131,127). Sum of RGB (Red+Green+Blue) = 128+131+127=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 131 (51.56% from 255 or 33.94% from 386); Blue value is 127 (50% from 255 or 32.90% from 386); Max value from RGB is 131 - color contains mainly: green. Hex color #80837F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80837F is #7F7C80. Grayscale: #818181. Windows color (decimal): -8354945 or 8356736. OLE color: 8356736.

HSL color Cylindrical-coordinate representation of color #80837F: hue angle of 105º degrees, saturation: 0.02, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #80837F is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.49.

Color convert

RGB 128 131 127 -
CMYK 0.02 0 0.03 0.49
HSL 105º 0.02% 0.51% -
HSV(B) 105º 0.03% 0.51% -
XYZ 20.85 22.35 23.29 -
YUV 129.65 126.51 126.83 -
System Red Green Blue C M Y K H S L
Decimal 128 131 127 0.02 0 0.03 0.49 105 0.02 0.51
Hex 80 83 7F 2 0 3 31 69 2 33
Octal 200 203 177 2 0 3 61 151 2 63
Binary 10000000 10000011 1111111 10 0 11 110001 1101001 10 110011

Color Harmonies of #80837F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80837F

Black with #80837F

Text Example


Text Example

White with #80837F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80837F; }

 p { color: rgb(128,131,127); }

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

background-color css

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

 a { background-color: rgb(128,131,127); }

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

border-color css

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

 span { border-color: rgb(128,131,127); }

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