Html Css Color HEX #789270 Spanish Green

📋 copy color: '#789270'

red 120 ◦ green 146 ◦ blue 112

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

Shades of Spanish Green #789270

Tints of Spanish Green #789270

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 value IS 0.18

 M value IS 0

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#789270 (or 0x789270) is known color: 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

RGB 120 146 112 -
CMYK 0.18 0 0.23 0.43
HSL 105.88º 0.13% 0.51% -
HSV(B) 105.88º 0.23% 0.57% -
XYZ 20.95 25.72 19.19 -
YUV 134.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 120 146 112 0.18 0 0.23 0.43 105.88 0.13 0.51
Hex 78 92 70 12 0 17 2B 6A D 33
Octal 170 222 160 22 0 27 53 152 15 63
Binary 1111000 10010010 1110000 10010 0 10111 101011 1101010 1101 110011

Color Harmonies of #789270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789270

Black with #789270

Text Example


Text Example

White with #789270

Text Example


Text Example

HTML Codes & Css Web 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>