Html Css Color HEX #7DB872 Amulet

📋 copy color: '#7DB872'

red 125 ◦ green 184 ◦ blue 114

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

Shades of Amulet #7DB872

Tints of Amulet #7DB872

RGB

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

 GREEN value IS 184 (72.27% from 255) = 43.5%

 BLUE value IS 114 (44.92% from 255) = 26.95%

R = 29.55%
G = 43.5%
B = 26.95%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.38

 K value IS 0.28

RGB Variations

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

Color information

#7DB872 (or 0x7DB872) is known color: Amulet. HEX triplet: 7D, B8 and 72. RGB value is (125,184,114). Sum of RGB (Red+Green+Blue) = 125+184+114=423 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.55% from 423); Green value is 184 (72.27% from 255 or 43.50% from 423); Blue value is 114 (44.92% from 255 or 26.95% from 423); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB872 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB872 is #82478D. Grayscale: #9E9E9E. Windows color (decimal): -8537998 or 7518333. OLE color: 7518333.

HSL color Cylindrical-coordinate representation of color #7DB872: hue angle of 110.57º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DB872 is Cyan = 0.32, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.28.

Color convert

RGB 125 184 114 -
CMYK 0.32 0 0.38 0.28
HSL 110.57º 0.33% 0.58% -
HSV(B) 110.57º 0.38% 0.72% -
XYZ 28.64 39.86 22.1 -
YUV 158.38 102.95 104.19 -
System Red Green Blue C M Y K H S L
Decimal 125 184 114 0.32 0 0.38 0.28 110.57 0.33 0.58
Hex 7D B8 72 20 0 26 1C 6F 21 3A
Octal 175 270 162 40 0 46 34 157 41 72
Binary 1111101 10111000 1110010 100000 0 100110 11100 1101111 100001 111010

Color Harmonies of #7DB872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB872

Black with #7DB872

Text Example


Text Example

White with #7DB872

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,184,114); }

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

background-color css

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

 a { background-color: rgb(125,184,114); }

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

border-color css

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

 span { border-color: rgb(125,184,114); }

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