Html Css Color HEX #7DAF73 Amulet

📋 copy color: '#7DAF73'

red 125 ◦ green 175 ◦ blue 115

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

Shades of Amulet #7DAF73

Tints of Amulet #7DAF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 42.17%

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

R = 30.12%
G = 42.17%
B = 27.71%

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

#7DAF73 (or 0x7DAF73) is known color: Amulet. HEX triplet: 7D, AF and 73. RGB value is (125,175,115). Sum of RGB (Red+Green+Blue) = 125+175+115=415 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.12% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 115 (45.31% from 255 or 27.71% from 415); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF73 is #82508C. Grayscale: #999999. Windows color (decimal): -8540301 or 7581565. OLE color: 7581565.

HSL color Cylindrical-coordinate representation of color #7DAF73: hue angle of 110º degrees, saturation: 0.27, 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 #7DAF73 is Cyan = 0.29, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 175 115 -
CMYK 0.29 0 0.34 0.31
HSL 110º 0.27% 0.57% -
HSV(B) 110º 0.34% 0.69% -
XYZ 26.88 36.26 21.8 -
YUV 153.21 106.44 107.88 -
System Red Green Blue C M Y K H S L
Decimal 125 175 115 0.29 0 0.34 0.31 110 0.27 0.57
Hex 7D AF 73 1D 0 22 1F 6E 1B 39
Octal 175 257 163 35 0 42 37 156 33 71
Binary 1111101 10101111 1110011 11101 0 100010 11111 1101110 11011 111001

Color Harmonies of #7DAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF73

Black with #7DAF73

Text Example


Text Example

White with #7DAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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