Html Css Color HEX #7DB174 Amulet

📋 copy color: '#7DB174'

red 125 ◦ green 177 ◦ blue 116

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

Shades of Amulet #7DB174

Tints of Amulet #7DB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 42.34%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 29.9%
G = 42.34%
B = 27.75%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#7DB174 (or 0x7DB174) is known color: Amulet. HEX triplet: 7D, B1 and 74. RGB value is (125,177,116). Sum of RGB (Red+Green+Blue) = 125+177+116=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 177 (69.53% from 255 or 42.34% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DB174 is #824E8B. Grayscale: #9A9A9A. Windows color (decimal): -8539788 or 7647613. OLE color: 7647613.

HSL color Cylindrical-coordinate representation of color #7DB174: hue angle of 111.15º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7DB174 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 177 116 -
CMYK 0.29 0 0.34 0.31
HSL 111.15º 0.28% 0.57% -
HSV(B) 111.15º 0.34% 0.69% -
XYZ 27.33 37.07 22.24 -
YUV 154.5 106.27 106.96 -
System Red Green Blue C M Y K H S L
Decimal 125 177 116 0.29 0 0.34 0.31 111.15 0.28 0.57
Hex 7D B1 74 1D 0 22 1F 6F 1C 39
Octal 175 261 164 35 0 42 37 157 34 71
Binary 1111101 10110001 1110100 11101 0 100010 11111 1101111 11100 111001

Color Harmonies of #7DB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB174

Black with #7DB174

Text Example


Text Example

White with #7DB174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,116); }

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

background-color css

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

 a { background-color: rgb(125,177,116); }

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

border-color css

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

 span { border-color: rgb(125,177,116); }

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