Html Css Color HEX #7DA06F Amulet

📋 copy color: '#7DA06F'

red 125 ◦ green 160 ◦ blue 111

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

Shades of Amulet #7DA06F

Tints of Amulet #7DA06F

RGB

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

 GREEN value IS 160 (62.89% from 255) = 40.4%

 BLUE value IS 111 (43.75% from 255) = 28.03%

R = 31.57%
G = 40.4%
B = 28.03%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.31

 K value IS 0.37

RGB Variations

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

Color information

#7DA06F (or 0x7DA06F) is known color: Amulet. HEX triplet: 7D, A0 and 6F. RGB value is (125,160,111). Sum of RGB (Red+Green+Blue) = 125+160+111=396 (52% of max value = 765). Red value is 125 (49.22% from 255 or 31.57% from 396); Green value is 160 (62.89% from 255 or 40.40% from 396); Blue value is 111 (43.75% from 255 or 28.03% from 396); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA06F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA06F is #825F90. Grayscale: #909090. Windows color (decimal): -8544145 or 7315581. OLE color: 7315581.

HSL color Cylindrical-coordinate representation of color #7DA06F: hue angle of 102.86º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7DA06F is Cyan = 0.22, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 160 111 -
CMYK 0.22 0 0.31 0.37
HSL 102.86º 0.21% 0.53% -
HSV(B) 102.86º 0.31% 0.63% -
XYZ 23.9 30.65 19.7 -
YUV 143.95 109.4 114.48 -
System Red Green Blue C M Y K H S L
Decimal 125 160 111 0.22 0 0.31 0.37 102.86 0.21 0.53
Hex 7D A0 6F 16 0 1F 25 67 15 35
Octal 175 240 157 26 0 37 45 147 25 65
Binary 1111101 10100000 1101111 10110 0 11111 100101 1100111 10101 110101

Color Harmonies of #7DA06F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA06F

Black with #7DA06F

Text Example


Text Example

White with #7DA06F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,160,111); }

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

background-color css

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

 a { background-color: rgb(125,160,111); }

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

border-color css

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

 span { border-color: rgb(125,160,111); }

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