Html Css Color HEX #7C996D Amulet

📋 copy color: '#7C996D'

red 124 ◦ green 153 ◦ blue 109

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

Shades of Amulet #7C996D

Tints of Amulet #7C996D

RGB

 RED value IS 124 (48.83% from 255) = 32.12%

 GREEN value IS 153 (60.16% from 255) = 39.64%

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

R = 32.12%
G = 39.64%
B = 28.24%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#7C996D (or 0x7C996D) is known color: Amulet. HEX triplet: 7C, 99 and 6D. RGB value is (124,153,109). Sum of RGB (Red+Green+Blue) = 124+153+109=386 (51% of max value = 765). Red value is 124 (48.83% from 255 or 32.12% from 386); Green value is 153 (60.16% from 255 or 39.64% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 153 - color contains mainly: green. Hex color #7C996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7C996D is #836692. Grayscale: #8B8B8B. Windows color (decimal): -8611475 or 7182716. OLE color: 7182716.

HSL color Cylindrical-coordinate representation of color #7C996D: hue angle of 99.55º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7C996D is Cyan = 0.19, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 124 153 109 -
CMYK 0.19 0 0.29 0.4
HSL 99.55º 0.18% 0.51% -
HSV(B) 99.55º 0.29% 0.6% -
XYZ 22.46 28.17 18.72 -
YUV 139.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 124 153 109 0.19 0 0.29 0.4 99.55 0.18 0.51
Hex 7C 99 6D 13 0 1D 28 64 12 33
Octal 174 231 155 23 0 35 50 144 22 63
Binary 1111100 10011001 1101101 10011 0 11101 101000 1100100 10010 110011

Color Harmonies of #7C996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C996D

Black with #7C996D

Text Example


Text Example

White with #7C996D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7C996D; }

 p { color: rgb(124,153,109); }

 H1.HeaderClassName
 {
   color: #7C996D;
 }
 .AnyTagClassName
 {
   color: #7C996D;
 }
</style>

background-color css

<style>
 a { background-color: #7C996D; }

 a { background-color: rgb(124,153,109); }

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

border-color css

<style>
 span { border-color: #7C996D; }

 span { border-color: rgb(124,153,109); }

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