#789273

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

Shades of Spanish Green #789273

Tints of Spanish Green #789273

Color information

#789273 (or 0x789273) is unknown color: approx Spanish Green. HEX triplet: 78, 92 and 73. RGB value is (120,146,115). Sum of RGB (Red+Green+Blue) = 120+146+115=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 146 (57.42% from 255 or 38.32% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 146 - color contains mainly: green. Hex color #789273 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789273 is #876D8C. Grayscale: #868686. Windows color (decimal): -8875405 or 7574136. OLE color: 7574136.

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

Color convert

RGB120146115-
CMYK0.1800.210.43
HSL110.32º12.45%51.18%-
HSV(B)110.32º21.23%57.25%-
XYZ21.1225.7920.08-
YUV134.69116.89117.52-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.50%
GREEN value IS 146 (57.42% from 255) = 38.32%
BLUE value IS 115 (45.31% from 255) = 30.18%
R=31.50%
G=38.32%
B=30.18%

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
Decimal1201461150.1800.210.43110.3212.4551.18
Hex789273120152B6ec33
Octal17022216322025531561463
Binary11110001001001011100111001001010110101111011101100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789273; }

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

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

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

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

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

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

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

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