Html Css Color HEX #7D9F71 Amulet

📋 copy color: '#7D9F71'

red 125 ◦ green 159 ◦ blue 113

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

Shades of Amulet #7D9F71

Tints of Amulet #7D9F71

RGB

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

 GREEN value IS 159 (62.5% from 255) = 40.05%

 BLUE value IS 113 (44.53% from 255) = 28.46%

R = 31.49%
G = 40.05%
B = 28.46%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#7D9F71 (or 0x7D9F71) is known color: Amulet. HEX triplet: 7D, 9F and 71. RGB value is (125,159,113). Sum of RGB (Red+Green+Blue) = 125+159+113=397 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.49% from 397); Green value is 159 (62.5% from 255 or 40.05% from 397); Blue value is 113 (44.53% from 255 or 28.46% from 397); Max value from RGB is 159 - color contains mainly: green. Hex color #7D9F71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9F71 is #82608E. Grayscale: #8F8F8F. Windows color (decimal): -8544399 or 7446397. OLE color: 7446397.

HSL color Cylindrical-coordinate representation of color #7D9F71: hue angle of 104.35º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7D9F71 is Cyan = 0.21, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 125 159 113 -
CMYK 0.21 0 0.29 0.38
HSL 104.35º 0.19% 0.53% -
HSV(B) 104.35º 0.29% 0.62% -
XYZ 23.84 30.35 20.22 -
YUV 143.59 110.74 114.74 -
System Red Green Blue C M Y K H S L
Decimal 125 159 113 0.21 0 0.29 0.38 104.35 0.19 0.53
Hex 7D 9F 71 15 0 1D 26 68 13 35
Octal 175 237 161 25 0 35 46 150 23 65
Binary 1111101 10011111 1110001 10101 0 11101 100110 1101000 10011 110101

Color Harmonies of #7D9F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9F71

Black with #7D9F71

Text Example


Text Example

White with #7D9F71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,159,113); }

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

background-color css

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

 a { background-color: rgb(125,159,113); }

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

border-color css

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

 span { border-color: rgb(125,159,113); }

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