Html Css Color HEX #7D996F Amulet

📋 copy color: '#7D996F'

red 125 ◦ green 153 ◦ blue 111

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

Shades of Amulet #7D996F

Tints of Amulet #7D996F

RGB

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

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

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

R = 32.13%
G = 39.33%
B = 28.53%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#7D996F (or 0x7D996F) is known color: Amulet. HEX triplet: 7D, 99 and 6F. RGB value is (125,153,111). Sum of RGB (Red+Green+Blue) = 125+153+111=389 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.13% from 389); Green value is 153 (60.16% from 255 or 39.33% from 389); Blue value is 111 (43.75% from 255 or 28.53% from 389); Max value from RGB is 153 - color contains mainly: green. Hex color #7D996F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D996F is #826690. Grayscale: #8B8B8B. Windows color (decimal): -8545937 or 7313789. OLE color: 7313789.

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

Color convert

RGB 125 153 111 -
CMYK 0.18 0 0.27 0.4
HSL 100º 0.17% 0.52% -
HSV(B) 100º 0.27% 0.6% -
XYZ 22.72 28.29 19.3 -
YUV 139.84 111.72 117.42 -
System Red Green Blue C M Y K H S L
Decimal 125 153 111 0.18 0 0.27 0.4 100 0.17 0.52
Hex 7D 99 6F 12 0 1B 28 64 11 34
Octal 175 231 157 22 0 33 50 144 21 64
Binary 1111101 10011001 1101111 10010 0 11011 101000 1100100 10001 110100

Color Harmonies of #7D996F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D996F

Black with #7D996F

Text Example


Text Example

White with #7D996F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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