Html Css Color HEX #789070 Spanish Green

📋 copy color: '#789070'

red 120 ◦ green 144 ◦ blue 112

#789070
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Spanish Green #789070

Tints of Spanish Green #789070

RGB

 RED value IS 120 (47.27% from 255) = 31.91%

 GREEN value IS 144 (56.64% from 255) = 38.3%

 BLUE value IS 112 (44.14% from 255) = 29.79%

R = 31.91%
G = 38.3%
B = 29.79%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#789070 (or 0x789070) is known color: Spanish Green. HEX triplet: 78, 90 and 70. RGB value is (120,144,112). Sum of RGB (Red+Green+Blue) = 120+144+112=376 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.91% from 376); Green value is 144 (56.64% from 255 or 38.30% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 144 - color contains mainly: green. Hex color #789070 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789070 is #876F8F. Grayscale: #858585. Windows color (decimal): -8875920 or 7377016. OLE color: 7377016.

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

Color convert

RGB 120 144 112 -
CMYK 0.17 0 0.22 0.44
HSL 105º 0.13% 0.5% -
HSV(B) 105º 0.22% 0.56% -
XYZ 20.64 25.11 19.09 -
YUV 133.18 116.05 118.6 -
System Red Green Blue C M Y K H S L
Decimal 120 144 112 0.17 0 0.22 0.44 105 0.13 0.5
Hex 78 90 70 11 0 16 2C 69 D 32
Octal 170 220 160 21 0 26 54 151 15 62
Binary 1111000 10010000 1110000 10001 0 10110 101100 1101001 1101 110010

Color Harmonies of #789070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789070

Black with #789070

Text Example


Text Example

White with #789070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789070; }

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

 H1.HeaderClassName
 {
   color: #789070;
 }
 .AnyTagClassName
 {
   color: #789070;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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