#798475

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

Shades of Spanish Green #798475

Tints of Spanish Green #798475

Color information

#798475 (or 0x798475) is unknown color: approx Spanish Green. HEX triplet: 79, 84 and 75. RGB value is (121,132,117). Sum of RGB (Red+Green+Blue) = 121+132+117=370 (49% of max value = 765). Red value is 121 (47.66% from 255 or 32.70% from 370); Green value is 132 (51.95% from 255 or 35.68% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 132 - color contains mainly: green. Hex color #798475 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #798475 is #867B8A. Grayscale: #7F7F7F. Windows color (decimal): -8813451 or 7701625. OLE color: 7701625.

HSL color Cylindrical-coordinate representation of color #798475: hue angle of 104º degrees, saturation: 0.06, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #798475 is Cyan = 0.08, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.48.

Color convert

RGB121132117-
CMYK0.0800.110.48
HSL104º6.02%48.82%-
HSV(B)104º11.36%51.76%-
XYZ19.3521.8520.03-
YUV127122.36123.72-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.70%
GREEN value IS 132 (51.95% from 255) = 35.68%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=32.70%
G=35.68%
B=31.62%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1211321170.0800.110.481046.0248.82
Hex79847580B3068631
Octal1712041651001360150661
Binary11110011000010011101011000010111100001101000110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #798475

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #798475; }

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

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

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

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

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

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

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

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