Html Css Color HEX #7DB372 Amulet

📋 copy color: '#7DB372'

red 125 ◦ green 179 ◦ blue 114

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

Shades of Amulet #7DB372

Tints of Amulet #7DB372

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.82%

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

R = 29.9%
G = 42.82%
B = 27.27%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.30

RGB Variations

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

Color information

#7DB372 (or 0x7DB372) is known color: Amulet. HEX triplet: 7D, B3 and 72. RGB value is (125,179,114). Sum of RGB (Red+Green+Blue) = 125+179+114=418 (55% of max value = 765). Red value is 125 (49.22% from 255 or 29.90% from 418); Green value is 179 (70.31% from 255 or 42.82% from 418); Blue value is 114 (44.92% from 255 or 27.27% from 418); Max value from RGB is 179 - color contains mainly: green. Hex color #7DB372 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB372 is #824C8D. Grayscale: #9B9B9B. Windows color (decimal): -8539278 or 7517053. OLE color: 7517053.

HSL color Cylindrical-coordinate representation of color #7DB372: hue angle of 109.85º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB372 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.30.

Color convert

RGB 125 179 114 -
CMYK 0.30 0 0.36 0.30
HSL 109.85º 0.3% 0.57% -
HSV(B) 109.85º 0.36% 0.7% -
XYZ 27.61 37.82 21.76 -
YUV 155.44 104.61 106.29 -
System Red Green Blue C M Y K H S L
Decimal 125 179 114 0.30 0 0.36 0.30 109.85 0.3 0.57
Hex 7D B3 72 1E 0 24 1E 6E 1E 39
Octal 175 263 162 36 0 44 36 156 36 71
Binary 1111101 10110011 1110010 11110 0 100100 11110 1101110 11110 111001

Color Harmonies of #7DB372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB372

Black with #7DB372

Text Example


Text Example

White with #7DB372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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