Html Css Color HEX #7D9B71 Amulet

📋 copy color: '#7D9B71'

red 125 ◦ green 155 ◦ blue 113

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

Shades of Amulet #7D9B71

Tints of Amulet #7D9B71

RGB

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

 GREEN value IS 155 (60.94% from 255) = 39.44%

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

R = 31.81%
G = 39.44%
B = 28.75%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.39

RGB Variations

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

Color information

#7D9B71 (or 0x7D9B71) is known color: Amulet. HEX triplet: 7D, 9B and 71. RGB value is (125,155,113). Sum of RGB (Red+Green+Blue) = 125+155+113=393 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.81% from 393); Green value is 155 (60.94% from 255 or 39.44% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 155 - color contains mainly: green. Hex color #7D9B71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7D9B71 is #82648E. Grayscale: #8D8D8D. Windows color (decimal): -8545423 or 7445373. OLE color: 7445373.

HSL color Cylindrical-coordinate representation of color #7D9B71: hue angle of 102.86º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7D9B71 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.39.

Color convert

RGB 125 155 113 -
CMYK 0.19 0 0.27 0.39
HSL 102.86º 0.17% 0.53% -
HSV(B) 102.86º 0.27% 0.61% -
XYZ 23.16 28.99 20 -
YUV 141.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 125 155 113 0.19 0 0.27 0.39 102.86 0.17 0.53
Hex 7D 9B 71 13 0 1B 27 67 11 35
Octal 175 233 161 23 0 33 47 147 21 65
Binary 1111101 10011011 1110001 10011 0 11011 100111 1100111 10001 110101

Color Harmonies of #7D9B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D9B71

Black with #7D9B71

Text Example


Text Example

White with #7D9B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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