#789270

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

Shades of Spanish Green #789270

Tints of Spanish Green #789270

Color information

#789270 (or 0x789270) is unknown color: approx Spanish Green. HEX triplet: 78, 92 and 70. RGB value is (120,146,112). Sum of RGB (Red+Green+Blue) = 120+146+112=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 146 (57.42% from 255 or 38.62% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 146 - color contains mainly: green. Hex color #789270 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789270 is #876D8F. Grayscale: #868686. Windows color (decimal): -8875408 or 7377528. OLE color: 7377528.

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

Color convert

RGB120146112-
CMYK0.1800.230.43
HSL105.88º13.49%50.59%-
HSV(B)105.88º23.29%57.25%-
XYZ20.9525.7219.19-
YUV134.35115.39117.76-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 146 (57.42% from 255) = 38.62%
BLUE value IS 112 (44.14% from 255) = 29.63%
R=31.75%
G=38.62%
B=29.63%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201461120.1800.230.43105.8813.4950.59
Hex789270120172B6ad33
Octal17022216022027531521563
Binary11110001001001011100001001001011110101111010101101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789270; }

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

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

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

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

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

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

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

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