#799274

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

Shades of Spanish Green #799274

Tints of Spanish Green #799274

Color information

#799274 (or 0x799274) is unknown color: approx Spanish Green. HEX triplet: 79, 92 and 74. RGB value is (121,146,116). Sum of RGB (Red+Green+Blue) = 121+146+116=383 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.59% from 383); Green value is 146 (57.42% from 255 or 38.12% from 383); Blue value is 116 (45.70% from 255 or 30.29% from 383); Max value from RGB is 146 - color contains mainly: green. Hex color #799274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799274 is #866D8B. Grayscale: #878787. Windows color (decimal): -8809868 or 7639673. OLE color: 7639673.

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

Color convert

RGB121146116-
CMYK0.1700.210.43
HSL110º12.1%51.37%-
HSV(B)110º20.55%57.25%-
XYZ21.3225.8820.4-
YUV135.1117.22117.94-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.59%
GREEN value IS 146 (57.42% from 255) = 38.12%
BLUE value IS 116 (45.70% from 255) = 30.29%
R=31.59%
G=38.12%
B=30.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1211461160.1700.210.4311012.151.37
Hex799274110152B6ec33
Octal17122216421025531561463
Binary11110011001001011101001000101010110101111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799274; }

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

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

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

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

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

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

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

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