Html Css Color HEX #80857D Spanish Green

📋 copy color: '#80857D'

red 128 ◦ green 133 ◦ blue 125

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

Shades of Spanish Green #80857D

Tints of Spanish Green #80857D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.46%

 BLUE value IS 125 (49.22% from 255) = 32.38%

R = 33.16%
G = 34.46%
B = 32.38%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.06

 K value IS 0.48

RGB Variations

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

Color information

#80857D (or 0x80857D) is known color: Spanish Green. HEX triplet: 80, 85 and 7D. RGB value is (128,133,125). Sum of RGB (Red+Green+Blue) = 128+133+125=386 (51% of max value = 765). Red value is 128 (50.39% from 255 or 33.16% from 386); Green value is 133 (52.34% from 255 or 34.46% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 133 - color contains mainly: green. Hex color #80857D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #80857D is #7F7A82. Grayscale: #828282. Windows color (decimal): -8354435 or 8226176. OLE color: 8226176.

HSL color Cylindrical-coordinate representation of color #80857D: hue angle of 97.5º degrees, saturation: 0.03, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #80857D is Cyan = 0.04, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.48.

Color convert

RGB 128 133 125 -
CMYK 0.04 0 0.06 0.48
HSL 97.5º 0.03% 0.51% -
HSV(B) 97.5º 0.06% 0.52% -
XYZ 20.99 22.84 22.71 -
YUV 130.59 124.84 126.15 -
System Red Green Blue C M Y K H S L
Decimal 128 133 125 0.04 0 0.06 0.48 97.5 0.03 0.51
Hex 80 85 7D 4 0 6 30 62 3 33
Octal 200 205 175 4 0 6 60 142 3 63
Binary 10000000 10000101 1111101 100 0 110 110000 1100010 11 110011

Color Harmonies of #80857D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80857D

Black with #80857D

Text Example


Text Example

White with #80857D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80857D; }

 p { color: rgb(128,133,125); }

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

background-color css

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

 a { background-color: rgb(128,133,125); }

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

border-color css

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

 span { border-color: rgb(128,133,125); }

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