#819076

Color #819076 Spanish Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spanish Green #819076

Tints of Spanish Green #819076

Color information

#819076 (or 0x819076) is unknown color: approx Spanish Green. HEX triplet: 81, 90 and 76. RGB value is (129,144,118). Sum of RGB (Red+Green+Blue) = 129+144+118=391 (51% of max value = 765). Red value is 129 (50.78% from 255 or 32.99% from 391); Green value is 144 (56.64% from 255 or 36.83% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 144 - color contains mainly: green. Hex color #819076 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #819076 is #7E6F89. Grayscale: #888888. Windows color (decimal): -8286090 or 7770241. OLE color: 7770241.

HSL color Cylindrical-coordinate representation of color #819076: hue angle of 94.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #819076 is Cyan = 0.10, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB129144118-
CMYK0.1000.180.44
HSL94.62º10.48%51.37%-
HSV(B)94.62º18.06%56.47%-
XYZ22.325.9220.97-
YUV136.55117.53122.61-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 32.99%
GREEN value IS 144 (56.64% from 255) = 36.83%
BLUE value IS 118 (46.48% from 255) = 30.18%
R=32.99%
G=36.83%
B=30.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1291441180.1000.180.4494.6210.4851.37
Hex819076A0122C5fa33
Octal20122016612022541371263
Binary10000001100100001110110101001001010110010111111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #819076

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #819076; }

 p { color: rgb(129,144,118); }

 H1.HeaderClassName
 {
   color: #819076;
 }
 .AnyTagClassName
 {
   color: #819076;
 }
</style>
background-color css

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

 a { background-color: rgb(129,144,118); }

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

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

 span { border-color: rgb(129,144,118); }

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