#789274

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

Shades of Spanish Green #789274

Tints of Spanish Green #789274

Color information

#789274 (or 0x789274) is unknown color: approx Spanish Green. HEX triplet: 78, 92 and 74. RGB value is (120,146,116). Sum of RGB (Red+Green+Blue) = 120+146+116=382 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.41% from 382); Green value is 146 (57.42% from 255 or 38.22% from 382); Blue value is 116 (45.70% from 255 or 30.37% from 382); Max value from RGB is 146 - color contains mainly: green. Hex color #789274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789274 is #876D8B. Grayscale: #868686. Windows color (decimal): -8875404 or 7639672. OLE color: 7639672.

HSL color Cylindrical-coordinate representation of color #789274: hue angle of 112º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #789274 is Cyan = 0.18, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB120146116-
CMYK0.1800.210.43
HSL112º12.1%51.37%-
HSV(B)112º20.55%57.25%-
XYZ21.1825.8120.39-
YUV134.81117.39117.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.41%
GREEN value IS 146 (57.42% from 255) = 38.22%
BLUE value IS 116 (45.70% from 255) = 30.37%
R=31.41%
G=38.22%
B=30.37%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1201461160.1800.210.4311212.151.37
Hex789274120152B70c33
Octal17022216422025531601463
Binary11110001001001011101001001001010110101111100001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789274; }

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

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

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

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

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

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

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

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