Html Css Color HEX #78946D Amulet

📋 copy color: '#78946D'

red 120 ◦ green 148 ◦ blue 109

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

Shades of Amulet #78946D

Tints of Amulet #78946D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 28.91%

R = 31.83%
G = 39.26%
B = 28.91%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#78946D (or 0x78946D) is known color: Amulet. HEX triplet: 78, 94 and 6D. RGB value is (120,148,109). Sum of RGB (Red+Green+Blue) = 120+148+109=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 148 (58.20% from 255 or 39.26% from 377); Blue value is 109 (42.97% from 255 or 28.91% from 377); Max value from RGB is 148 - color contains mainly: green. Hex color #78946D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78946D is #876B92. Grayscale: #878787. Windows color (decimal): -8874899 or 7181432. OLE color: 7181432.

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

Color convert

RGB 120 148 109 -
CMYK 0.19 0 0.26 0.42
HSL 103.08º 0.15% 0.5% -
HSV(B) 103.08º 0.26% 0.58% -
XYZ 21.1 26.28 18.43 -
YUV 135.18 113.22 117.17 -
System Red Green Blue C M Y K H S L
Decimal 120 148 109 0.19 0 0.26 0.42 103.08 0.15 0.5
Hex 78 94 6D 13 0 1A 2A 67 F 32
Octal 170 224 155 23 0 32 52 147 17 62
Binary 1111000 10010100 1101101 10011 0 11010 101010 1100111 1111 110010

Color Harmonies of #78946D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78946D

Black with #78946D

Text Example


Text Example

White with #78946D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78946D; }

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

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

background-color css

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

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

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

border-color css

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

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

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