Html Css Color HEX #7D996B Amulet

📋 copy color: '#7D996B'

red 125 ◦ green 153 ◦ blue 107

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

Shades of Amulet #7D996B

Tints of Amulet #7D996B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 27.79%

R = 32.47%
G = 39.74%
B = 27.79%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.4

RGB Variations

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

Color information

#7D996B (or 0x7D996B) is known color: Amulet. HEX triplet: 7D, 99 and 6B. RGB value is (125,153,107). Sum of RGB (Red+Green+Blue) = 125+153+107=385 (50% of max value = 765). Red value is 125 (49.22% from 255 or 32.47% from 385); Green value is 153 (60.16% from 255 or 39.74% from 385); Blue value is 107 (42.19% from 255 or 27.79% from 385); Max value from RGB is 153 - color contains mainly: green. Hex color #7D996B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D996B is #826694. Grayscale: #8B8B8B. Windows color (decimal): -8545941 or 7051645. OLE color: 7051645.

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

Color convert

RGB 125 153 107 -
CMYK 0.18 0 0.30 0.4
HSL 96.52º 0.18% 0.51% -
HSV(B) 96.52º 0.3% 0.6% -
XYZ 22.5 28.2 18.17 -
YUV 139.38 109.72 117.74 -
System Red Green Blue C M Y K H S L
Decimal 125 153 107 0.18 0 0.30 0.4 96.52 0.18 0.51
Hex 7D 99 6B 12 0 1E 28 61 12 33
Octal 175 231 153 22 0 36 50 141 22 63
Binary 1111101 10011001 1101011 10010 0 11110 101000 1100001 10010 110011

Color Harmonies of #7D996B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D996B

Black with #7D996B

Text Example


Text Example

White with #7D996B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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