#799071

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

Shades of Spanish Green #799071

Tints of Spanish Green #799071

Color information

#799071 (or 0x799071) is unknown color: approx Spanish Green. HEX triplet: 79, 90 and 71. RGB value is (121,144,113). Sum of RGB (Red+Green+Blue) = 121+144+113=378 (50% of max value = 765). Red value is 121 (47.66% from 255 or 32.01% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 113 (44.53% from 255 or 29.89% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #799071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799071 is #866F8E. Grayscale: #858585. Windows color (decimal): -8810383 or 7442553. OLE color: 7442553.

HSL color Cylindrical-coordinate representation of color #799071: hue angle of 104.52º degrees, saturation: 0.12, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #799071 is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB121144113-
CMYK0.1600.220.44
HSL104.52º12.25%50.39%-
HSV(B)104.52º21.53%56.47%-
XYZ20.8425.219.39-
YUV133.59116.38119.02-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 32.01%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 113 (44.53% from 255) = 29.89%
R=32.01%
G=38.10%
B=29.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1211441130.1600.220.44104.5212.2550.39
Hex799071100162C69c32
Octal17122016120026541511462
Binary11110011001000011100011000001011010110011010011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799071; }

 p { color: rgb(121,144,113); }

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

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

 a { background-color: rgb(121,144,113); }

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

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

 span { border-color: rgb(121,144,113); }

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