Html Css Color HEX #78956C Amulet

📋 copy color: '#78956C'

red 120 ◦ green 149 ◦ blue 108

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

Shades of Amulet #78956C

Tints of Amulet #78956C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 28.65%

R = 31.83%
G = 39.52%
B = 28.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#78956C (or 0x78956C) is known color: Amulet. HEX triplet: 78, 95 and 6C. RGB value is (120,149,108). Sum of RGB (Red+Green+Blue) = 120+149+108=377 (49% of max value = 765). Red value is 120 (47.27% from 255 or 31.83% from 377); Green value is 149 (58.59% from 255 or 39.52% from 377); Blue value is 108 (42.58% from 255 or 28.65% from 377); Max value from RGB is 149 - color contains mainly: green. Hex color #78956C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78956C is #876A93. Grayscale: #878787. Windows color (decimal): -8874644 or 7116152. OLE color: 7116152.

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

Color convert

RGB 120 149 108 -
CMYK 0.19 0 0.28 0.42
HSL 102.44º 0.16% 0.5% -
HSV(B) 102.44º 0.28% 0.58% -
XYZ 21.2 26.57 18.2 -
YUV 135.66 112.39 116.83 -
System Red Green Blue C M Y K H S L
Decimal 120 149 108 0.19 0 0.28 0.42 102.44 0.16 0.5
Hex 78 95 6C 13 0 1C 2A 66 10 32
Octal 170 225 154 23 0 34 52 146 20 62
Binary 1111000 10010101 1101100 10011 0 11100 101010 1100110 10000 110010

Color Harmonies of #78956C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78956C

Black with #78956C

Text Example


Text Example

White with #78956C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78956C; }

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

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

background-color css

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

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

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

border-color css

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

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

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