Html Css Color HEX #789570 Amulet

📋 copy color: '#789570'

red 120 ◦ green 149 ◦ blue 112

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

Shades of Amulet #789570

Tints of Amulet #789570

RGB

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

 GREEN value IS 149 (58.59% from 255) = 39.11%

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

R = 31.5%
G = 39.11%
B = 29.4%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#789570 (or 0x789570) is known color: Amulet. HEX triplet: 78, 95 and 70. RGB value is (120,149,112). Sum of RGB (Red+Green+Blue) = 120+149+112=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 149 (58.59% from 255 or 39.11% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 149 - color contains mainly: green. Hex color #789570 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789570 is #876A8F. Grayscale: #888888. Windows color (decimal): -8874640 or 7378296. OLE color: 7378296.

HSL color Cylindrical-coordinate representation of color #789570: hue angle of 107.03º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #789570 is Cyan = 0.19, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 149 112 -
CMYK 0.19 0 0.25 0.42
HSL 107.03º 0.15% 0.51% -
HSV(B) 107.03º 0.25% 0.58% -
XYZ 21.42 26.66 19.35 -
YUV 136.11 114.39 116.51 -
System Red Green Blue C M Y K H S L
Decimal 120 149 112 0.19 0 0.25 0.42 107.03 0.15 0.51
Hex 78 95 70 13 0 19 2A 6B F 33
Octal 170 225 160 23 0 31 52 153 17 63
Binary 1111000 10010101 1110000 10011 0 11001 101010 1101011 1111 110011

Color Harmonies of #789570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789570

Black with #789570

Text Example


Text Example

White with #789570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789570; }

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

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

background-color css

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

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

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

border-color css

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

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

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