Html Css Color HEX #7D996D Amulet

📋 copy color: '#7D996D'

red 125 ◦ green 153 ◦ blue 109

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

Shades of Amulet #7D996D

Tints of Amulet #7D996D

RGB

 RED value IS 125 (49.22% from 255) = 32.3%

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

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

R = 32.3%
G = 39.53%
B = 28.17%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#7D996D (or 0x7D996D) is known color: Amulet. HEX triplet: 7D, 99 and 6D. RGB value is (125,153,109). Sum of RGB (Red+Green+Blue) = 125+153+109=387 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.30% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 153 - color contains mainly: green. Hex color #7D996D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D996D is #826692. Grayscale: #8B8B8B. Windows color (decimal): -8545939 or 7182717. OLE color: 7182717.

HSL color Cylindrical-coordinate representation of color #7D996D: hue angle of 98.18º 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 #7D996D is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 125 153 109 -
CMYK 0.18 0 0.29 0.4
HSL 98.18º 0.18% 0.51% -
HSV(B) 98.18º 0.29% 0.6% -
XYZ 22.61 28.25 18.73 -
YUV 139.61 110.72 117.58 -
System Red Green Blue C M Y K H S L
Decimal 125 153 109 0.18 0 0.29 0.4 98.18 0.18 0.51
Hex 7D 99 6D 12 0 1D 28 62 12 33
Octal 175 231 155 22 0 35 50 142 22 63
Binary 1111101 10011001 1101101 10010 0 11101 101000 1100010 10010 110011

Color Harmonies of #7D996D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D996D

Black with #7D996D

Text Example


Text Example

White with #7D996D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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