Html Css Color HEX #78946F Amulet

📋 copy color: '#78946F'

red 120 ◦ green 148 ◦ blue 111

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

Shades of Amulet #78946F

Tints of Amulet #78946F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 29.29%

R = 31.66%
G = 39.05%
B = 29.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#78946F (or 0x78946F) is known color: Amulet. HEX triplet: 78, 94 and 6F. RGB value is (120,148,111). Sum of RGB (Red+Green+Blue) = 120+148+111=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 148 (58.20% from 255 or 39.05% from 379); Blue value is 111 (43.75% from 255 or 29.29% from 379); Max value from RGB is 148 - color contains mainly: green. Hex color #78946F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78946F is #876B90. Grayscale: #878787. Windows color (decimal): -8874897 or 7312504. OLE color: 7312504.

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

Color convert

RGB 120 148 111 -
CMYK 0.19 0 0.25 0.42
HSL 105.41º 0.15% 0.51% -
HSV(B) 105.41º 0.25% 0.58% -
XYZ 21.2 26.32 19 -
YUV 135.41 114.22 117.01 -
System Red Green Blue C M Y K H S L
Decimal 120 148 111 0.19 0 0.25 0.42 105.41 0.15 0.51
Hex 78 94 6F 13 0 19 2A 69 F 33
Octal 170 224 157 23 0 31 52 151 17 63
Binary 1111000 10010100 1101111 10011 0 11001 101010 1101001 1111 110011

Color Harmonies of #78946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78946F

Black with #78946F

Text Example


Text Example

White with #78946F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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