#789072

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

Shades of Spanish Green #789072

Tints of Spanish Green #789072

Color information

#789072 (or 0x789072) is unknown color: approx Spanish Green. HEX triplet: 78, 90 and 72. RGB value is (120,144,114). Sum of RGB (Red+Green+Blue) = 120+144+114=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 144 (56.64% from 255 or 38.10% from 378); Blue value is 114 (44.92% from 255 or 30.16% from 378); Max value from RGB is 144 - color contains mainly: green. Hex color #789072 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789072 is #876F8D. Grayscale: #858585. Windows color (decimal): -8875918 or 7508088. OLE color: 7508088.

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

Color convert

RGB120144114-
CMYK0.1700.210.44
HSL108º11.9%50.59%-
HSV(B)108º20.83%56.47%-
XYZ20.7625.1519.68-
YUV133.4117.05118.44-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 31.75%
GREEN value IS 144 (56.64% from 255) = 38.10%
BLUE value IS 114 (44.92% from 255) = 30.16%
R=31.75%
G=38.10%
B=30.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1201441140.1700.210.4410811.950.59
Hex789072110152C6cc33
Octal17022016221025541541463
Binary11110001001000011100101000101010110110011011001100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #789072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #789072; }

 p { color: rgb(120,144,114); }

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

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

 a { background-color: rgb(120,144,114); }

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

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

 span { border-color: rgb(120,144,114); }

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