#769170

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

Shades of Spanish Green #769170

Tints of Spanish Green #769170

Color information

#769170 (or 0x769170) is unknown color: approx Spanish Green. HEX triplet: 76, 91 and 70. RGB value is (118,145,112). Sum of RGB (Red+Green+Blue) = 118+145+112=375 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.47% from 375); Green value is 145 (57.03% from 255 or 38.67% from 375); Blue value is 112 (44.14% from 255 or 29.87% from 375); Max value from RGB is 145 - color contains mainly: green. Hex color #769170 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769170 is #896E8F. Grayscale: #858585. Windows color (decimal): -9006736 or 7377270. OLE color: 7377270.

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

Color convert

RGB118145112-
CMYK0.1900.230.43
HSL109.09º13.04%50.39%-
HSV(B)109.09º22.76%56.86%-
XYZ20.5225.2719.13-
YUV133.16116.05117.18-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.47%
GREEN value IS 145 (57.03% from 255) = 38.67%
BLUE value IS 112 (44.14% from 255) = 29.87%
R=31.47%
G=38.67%
B=29.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1181451120.1900.230.43109.0913.0450.39
Hex769170130172B6dd32
Octal16622116023027531551562
Binary11101101001000111100001001101011110101111011011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769170; }

 p { color: rgb(118,145,112); }

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

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

 a { background-color: rgb(118,145,112); }

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

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

 span { border-color: rgb(118,145,112); }

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