Html Css Color HEX #78966D Amulet

📋 copy color: '#78966D'

red 120 ◦ green 150 ◦ blue 109

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

Shades of Amulet #78966D

Tints of Amulet #78966D

RGB

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

 GREEN value IS 150 (58.98% from 255) = 39.58%

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

R = 31.66%
G = 39.58%
B = 28.76%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#78966D (or 0x78966D) is known color: Amulet. HEX triplet: 78, 96 and 6D. RGB value is (120,150,109). Sum of RGB (Red+Green+Blue) = 120+150+109=379 (50% of max value = 765). Red value is 120 (47.27% from 255 or 31.66% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 109 (42.97% from 255 or 28.76% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #78966D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #78966D is #876992. Grayscale: #888888. Windows color (decimal): -8874387 or 7181944. OLE color: 7181944.

HSL color Cylindrical-coordinate representation of color #78966D: hue angle of 103.9º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #78966D is Cyan = 0.20, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 120 150 109 -
CMYK 0.20 0 0.27 0.41
HSL 103.9º 0.16% 0.51% -
HSV(B) 103.9º 0.27% 0.59% -
XYZ 21.41 26.91 18.53 -
YUV 136.36 112.56 116.33 -
System Red Green Blue C M Y K H S L
Decimal 120 150 109 0.20 0 0.27 0.41 103.9 0.16 0.51
Hex 78 96 6D 14 0 1B 29 68 10 33
Octal 170 226 155 24 0 33 51 150 20 63
Binary 1111000 10010110 1101101 10100 0 11011 101001 1101000 10000 110011

Color Harmonies of #78966D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78966D

Black with #78966D

Text Example


Text Example

White with #78966D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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