Html Css Color HEX #7DB873 Amulet

📋 copy color: '#7DB873'

red 125 ◦ green 184 ◦ blue 115

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

Shades of Amulet #7DB873

Tints of Amulet #7DB873

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 27.12%

R = 29.48%
G = 43.4%
B = 27.12%

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

#7DB873 (or 0x7DB873) is known color: Amulet. HEX triplet: 7D, B8 and 73. RGB value is (125,184,115). Sum of RGB (Red+Green+Blue) = 125+184+115=424 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.48% from 424); Green value is 184 (72.27% from 255 or 43.40% from 424); Blue value is 115 (45.31% from 255 or 27.12% from 424); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB873 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB873 is #82478C. Grayscale: #9E9E9E. Windows color (decimal): -8537997 or 7583869. OLE color: 7583869.

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

Color convert

RGB 125 184 115 -
CMYK 0.32 0 0.38 0.28
HSL 111.3º 0.33% 0.59% -
HSV(B) 111.3º 0.38% 0.72% -
XYZ 28.69 39.88 22.4 -
YUV 158.49 103.45 104.11 -
System Red Green Blue C M Y K H S L
Decimal 125 184 115 0.32 0 0.38 0.28 111.3 0.33 0.59
Hex 7D B8 73 20 0 26 1C 6F 21 3B
Octal 175 270 163 40 0 46 34 157 41 73
Binary 1111101 10111000 1110011 100000 0 100110 11100 1101111 100001 111011

Color Harmonies of #7DB873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB873

Black with #7DB873

Text Example


Text Example

White with #7DB873

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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