Html Css Color HEX #78946E Amulet

📋 copy color: '#78946E'

red 120 ◦ green 148 ◦ blue 110

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

Shades of Amulet #78946E

Tints of Amulet #78946E

RGB

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

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

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

R = 31.75%
G = 39.15%
B = 29.1%

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

#78946E (or 0x78946E) is known color: Amulet. HEX triplet: 78, 94 and 6E. RGB value is (120,148,110). Sum of RGB (Red+Green+Blue) = 120+148+110=378 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.75% from 378); Green value is 148 (58.20% from 255 or 39.15% from 378); Blue value is 110 (43.36% from 255 or 29.10% from 378); Max value from RGB is 148 - color contains mainly: green. Hex color #78946E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78946E is #876B91. Grayscale: #878787. Windows color (decimal): -8874898 or 7246968. OLE color: 7246968.

HSL color Cylindrical-coordinate representation of color #78946E: hue angle of 104.21º degrees, saturation: 0.15, 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 #78946E is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 120 148 110 -
CMYK 0.19 0 0.26 0.42
HSL 104.21º 0.15% 0.51% -
HSV(B) 104.21º 0.26% 0.58% -
XYZ 21.15 26.3 18.71 -
YUV 135.3 113.72 117.09 -
System Red Green Blue C M Y K H S L
Decimal 120 148 110 0.19 0 0.26 0.42 104.21 0.15 0.51
Hex 78 94 6E 13 0 1A 2A 68 F 33
Octal 170 224 156 23 0 32 52 150 17 63
Binary 1111000 10010100 1101110 10011 0 11010 101010 1101000 1111 110011

Color Harmonies of #78946E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78946E

Black with #78946E

Text Example


Text Example

White with #78946E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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