#799270

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

Shades of Spanish Green #799270

Tints of Spanish Green #799270

Color information

#799270 (or 0x799270) is unknown color: approx Spanish Green. HEX triplet: 79, 92 and 70. RGB value is (121,146,112). Sum of RGB (Red+Green+Blue) = 121+146+112=379 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.93% from 379); Green value is 146 (57.42% from 255 or 38.52% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 146 - color contains mainly: green. Hex color #799270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799270 is #866D8F. Grayscale: #868686. Windows color (decimal): -8809872 or 7377529. OLE color: 7377529.

HSL color Cylindrical-coordinate representation of color #799270: hue angle of 104.12º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #799270 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB121146112-
CMYK0.1700.230.43
HSL104.12º13.49%50.59%-
HSV(B)104.12º23.29%57.25%-
XYZ21.0925.7919.2-
YUV134.65115.22118.26-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.93%
GREEN value IS 146 (57.42% from 255) = 38.52%
BLUE value IS 112 (44.14% from 255) = 29.55%
R=31.93%
G=38.52%
B=29.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461120.1700.230.43104.1213.4950.59
Hex799270110172B68d33
Octal17122216021027531501563
Binary11110011001001011100001000101011110101111010001101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799270; }

 p { color: rgb(121,146,112); }

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

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

 a { background-color: rgb(121,146,112); }

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

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

 span { border-color: rgb(121,146,112); }

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