Html Css Color HEX #809276 Spanish Green

📋 copy color: '#809276'

red 128 ◦ green 146 ◦ blue 118

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

Shades of Spanish Green #809276

Tints of Spanish Green #809276

RGB

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

 GREEN value IS 146 (57.42% from 255) = 37.24%

 BLUE value IS 118 (46.48% from 255) = 30.1%

R = 32.65%
G = 37.24%
B = 30.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#809276 (or 0x809276) is known color: Spanish Green. HEX triplet: 80, 92 and 76. RGB value is (128,146,118). Sum of RGB (Red+Green+Blue) = 128+146+118=392 (51% of max value = 765). Red value is 128 (50.39% from 255 or 32.65% from 392); Green value is 146 (57.42% from 255 or 37.24% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 146 - color contains mainly: green. Hex color #809276 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #809276 is #7F6D89. Grayscale: #898989. Windows color (decimal): -8351114 or 7770752. OLE color: 7770752.

HSL color Cylindrical-coordinate representation of color #809276: hue angle of 98.57º degrees, saturation: 0.11, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #809276 is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 128 146 118 -
CMYK 0.12 0 0.19 0.43
HSL 98.57º 0.11% 0.52% -
HSV(B) 98.57º 0.19% 0.57% -
XYZ 22.45 26.45 21.06 -
YUV 137.43 117.04 121.28 -
System Red Green Blue C M Y K H S L
Decimal 128 146 118 0.12 0 0.19 0.43 98.57 0.11 0.52
Hex 80 92 76 C 0 13 2B 63 B 34
Octal 200 222 166 14 0 23 53 143 13 64
Binary 10000000 10010010 1110110 1100 0 10011 101011 1100011 1011 110100

Color Harmonies of #809276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #809276

Black with #809276

Text Example


Text Example

White with #809276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #809276; }

 p { color: rgb(128,146,118); }

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

background-color css

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

 a { background-color: rgb(128,146,118); }

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

border-color css

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

 span { border-color: rgb(128,146,118); }

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