#798275

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

Shades of Spanish Green #798275

Tints of Spanish Green #798275

Color information

#798275 (or 0x798275) is unknown color: approx Spanish Green. HEX triplet: 79, 82 and 75. RGB value is (121,130,117). Sum of RGB (Red+Green+Blue) = 121+130+117=368 (48% of max value = 765). Red value is 121 (47.66% from 255 or 32.88% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 130 - color contains mainly: green. Hex color #798275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798275 is #867D8A. Grayscale: #7D7D7D. Windows color (decimal): -8813963 or 7701113. OLE color: 7701113.

HSL color Cylindrical-coordinate representation of color #798275: hue angle of 101.54º degrees, saturation: 0.05, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #798275 is Cyan = 0.07, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.49.

Color convert

RGB121130117-
CMYK0.0700.10.49
HSL101.54º5.26%48.43%-
HSV(B)101.54º10%50.98%-
XYZ19.0821.3119.94-
YUV125.83123.02124.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.88%
GREEN value IS 130 (51.17% from 255) = 35.33%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=32.88%
G=35.33%
B=31.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.1
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1211301170.0700.10.49101.545.2648.43
Hex79827570A3166530
Octal171202165701261146560
Binary1111001100000101110101111010101100011100110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798275; }

 p { color: rgb(121,130,117); }

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

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

 a { background-color: rgb(121,130,117); }

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

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

 span { border-color: rgb(121,130,117); }

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