#799375

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

Shades of Spanish Green #799375

Tints of Spanish Green #799375

Color information

#799375 (or 0x799375) is unknown color: approx Spanish Green. HEX triplet: 79, 93 and 75. RGB value is (121,147,117). Sum of RGB (Red+Green+Blue) = 121+147+117=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 147 (57.81% from 255 or 38.18% from 385); Blue value is 117 (46.09% from 255 or 30.39% from 385); Max value from RGB is 147 - color contains mainly: green. Hex color #799375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #799375 is #866C8A. Grayscale: #878787. Windows color (decimal): -8809611 or 7705465. OLE color: 7705465.

HSL color Cylindrical-coordinate representation of color #799375: hue angle of 112º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #799375 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB121147117-
CMYK0.1800.200.42
HSL112º12.2%51.76%-
HSV(B)112º20.41%57.65%-
XYZ21.5326.2220.76-
YUV135.81117.39117.44-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.43%
GREEN value IS 147 (57.81% from 255) = 38.18%
BLUE value IS 117 (46.09% from 255) = 30.39%
R=31.43%
G=38.18%
B=30.39%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1211471170.1800.200.4211212.251.76
Hex799375120142A70c34
Octal17122316522024521601464
Binary11110011001001111101011001001010010101011100001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #799375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #799375; }

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

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

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

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

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

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

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

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