Html Css Color HEX #78956E Amulet

📋 copy color: '#78956E'

red 120 ◦ green 149 ◦ blue 110

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

Shades of Amulet #78956E

Tints of Amulet #78956E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 29.02%

R = 31.66%
G = 39.31%
B = 29.02%

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

#78956E (or 0x78956E) is known color: Amulet. HEX triplet: 78, 95 and 6E. RGB value is (120,149,110). Sum of RGB (Red+Green+Blue) = 120+149+110=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 149 (58.59% from 255 or 39.31% from 379); Blue value is 110 (43.36% from 255 or 29.02% from 379); Max value from RGB is 149 - color contains mainly: green. Hex color #78956E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78956E is #876A91. Grayscale: #888888. Windows color (decimal): -8874642 or 7247224. OLE color: 7247224.

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

Color convert

RGB 120 149 110 -
CMYK 0.19 0 0.26 0.42
HSL 104.62º 0.16% 0.51% -
HSV(B) 104.62º 0.26% 0.58% -
XYZ 21.31 26.61 18.77 -
YUV 135.88 113.39 116.67 -
System Red Green Blue C M Y K H S L
Decimal 120 149 110 0.19 0 0.26 0.42 104.62 0.16 0.51
Hex 78 95 6E 13 0 1A 2A 69 10 33
Octal 170 225 156 23 0 32 52 151 20 63
Binary 1111000 10010101 1101110 10011 0 11010 101010 1101001 10000 110011

Color Harmonies of #78956E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78956E

Black with #78956E

Text Example


Text Example

White with #78956E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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