#77946B

Color #77946B Amulet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amulet #77946B

Tints of Amulet #77946B

Color information

#77946B (or 0x77946B) is unknown color: approx Amulet. HEX triplet: 77, 94 and 6B. RGB value is (119,148,107). Sum of RGB (Red+Green+Blue) = 119+148+107=374 (49% of max value = 765). Red value is 119 (46.88% from 255 or 31.82% from 374); Green value is 148 (58.20% from 255 or 39.57% from 374); Blue value is 107 (42.19% from 255 or 28.61% from 374); Max value from RGB is 148 - color contains mainly: green. Hex color #77946B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #77946B is #886B94. Grayscale: #868686. Windows color (decimal): -8940437 or 7050359. OLE color: 7050359.

HSL color Cylindrical-coordinate representation of color #77946B: 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 #77946B is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB119148107-
CMYK0.2000.280.42
HSL102.44º16.08%50%-
HSV(B)102.44º27.7%58.04%-
XYZ20.8526.1617.86-
YUV134.66112.39116.83-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 31.82%
GREEN value IS 148 (58.20% from 255) = 39.57%
BLUE value IS 107 (42.19% from 255) = 28.61%
R=31.82%
G=39.57%
B=28.61%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1191481070.2000.280.42102.4416.0850
Hex77946B1401C2A661032
Octal16722415324034521462062
Binary111011110010100110101110100011100101010110011010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77946B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77946B; }

 p { color: rgb(119,148,107); }

 H1.HeaderClassName
 {
   color: #77946B;
 }
 .AnyTagClassName
 {
   color: #77946B;
 }
</style>
background-color css

<style>
 a { background-color: #77946B; }

 a { background-color: rgb(119,148,107); }

 div.DivClassName
 {
   background-color: #77946B;
 }
 .BgClassName
 {
   background-color: #77946B;
 }
</style>
border-color css

<style>
 span { border-color: #77946B; }

 span { border-color: rgb(119,148,107); }

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