Html Css Color HEX #789471 Amulet

📋 copy color: '#789471'

red 120 ◦ green 148 ◦ blue 113

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

Shades of Amulet #789471

Tints of Amulet #789471

RGB

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

 GREEN value IS 148 (58.2% from 255) = 38.85%

 BLUE value IS 113 (44.53% from 255) = 29.66%

R = 31.5%
G = 38.85%
B = 29.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#789471 (or 0x789471) is known color: Amulet. HEX triplet: 78, 94 and 71. RGB value is (120,148,113). Sum of RGB (Red+Green+Blue) = 120+148+113=381 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.50% from 381); Green value is 148 (58.20% from 255 or 38.85% from 381); Blue value is 113 (44.53% from 255 or 29.66% from 381); Max value from RGB is 148 - color contains mainly: green. Hex color #789471 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #789471 is #876B8E. Grayscale: #878787. Windows color (decimal): -8874895 or 7443576. OLE color: 7443576.

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

Color convert

RGB 120 148 113 -
CMYK 0.19 0 0.24 0.42
HSL 108º 0.14% 0.51% -
HSV(B) 108º 0.24% 0.58% -
XYZ 21.32 26.37 19.59 -
YUV 135.64 115.22 116.85 -
System Red Green Blue C M Y K H S L
Decimal 120 148 113 0.19 0 0.24 0.42 108 0.14 0.51
Hex 78 94 71 13 0 18 2A 6C E 33
Octal 170 224 161 23 0 30 52 154 16 63
Binary 1111000 10010100 1110001 10011 0 11000 101010 1101100 1110 110011

Color Harmonies of #789471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #789471

Black with #789471

Text Example


Text Example

White with #789471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #789471; }

 p { color: rgb(120,148,113); }

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

background-color css

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

 a { background-color: rgb(120,148,113); }

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

border-color css

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

 span { border-color: rgb(120,148,113); }

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