#769270

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

Shades of Spanish Green #769270

Tints of Spanish Green #769270

Color information

#769270 (or 0x769270) is unknown color: approx Spanish Green. HEX triplet: 76, 92 and 70. RGB value is (118,146,112). Sum of RGB (Red+Green+Blue) = 118+146+112=376 (49% of max value = 765). Red value is 118 (46.48% from 255 or 31.38% from 376); Green value is 146 (57.42% from 255 or 38.83% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 146 - color contains mainly: green. Hex color #769270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769270 is #896D8F. Grayscale: #858585. Windows color (decimal): -9006480 or 7377526. OLE color: 7377526.

HSL color Cylindrical-coordinate representation of color #769270: hue angle of 109.41º 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 #769270 is Cyan = 0.19, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB118146112-
CMYK0.1900.230.43
HSL109.41º13.49%50.59%-
HSV(B)109.41º23.29%57.25%-
XYZ20.6725.5819.18-
YUV133.75115.72116.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.38%
GREEN value IS 146 (57.42% from 255) = 38.83%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=31.38%
G=38.83%
B=29.79%

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
Decimal1181461120.1900.230.43109.4113.4950.59
Hex769270130172B6dd33
Octal16622216023027531551563
Binary11101101001001011100001001101011110101111011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769270; }

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

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

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

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

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

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

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

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