Html Css Color HEX #7DA870 Amulet

📋 copy color: '#7DA870'

red 125 ◦ green 168 ◦ blue 112

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

Shades of Amulet #7DA870

Tints of Amulet #7DA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 41.48%

 BLUE value IS 112 (44.14% from 255) = 27.65%

R = 30.86%
G = 41.48%
B = 27.65%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.33

 K value IS 0.34

RGB Variations

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

Color information

#7DA870 (or 0x7DA870) is known color: Amulet. HEX triplet: 7D, A8 and 70. RGB value is (125,168,112). Sum of RGB (Red+Green+Blue) = 125+168+112=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 168 (66.02% from 255 or 41.48% from 405); Blue value is 112 (44.14% from 255 or 27.65% from 405); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA870 is #82578F. Grayscale: #949494. Windows color (decimal): -8542096 or 7383165. OLE color: 7383165.

HSL color Cylindrical-coordinate representation of color #7DA870: hue angle of 106.07º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7DA870 is Cyan = 0.26, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB 125 168 112 -
CMYK 0.26 0 0.33 0.34
HSL 106.07º 0.24% 0.55% -
HSV(B) 106.07º 0.33% 0.66% -
XYZ 25.38 33.54 20.46 -
YUV 148.76 107.25 111.05 -
System Red Green Blue C M Y K H S L
Decimal 125 168 112 0.26 0 0.33 0.34 106.07 0.24 0.55
Hex 7D A8 70 1A 0 21 22 6A 18 37
Octal 175 250 160 32 0 41 42 152 30 67
Binary 1111101 10101000 1110000 11010 0 100001 100010 1101010 11000 110111

Color Harmonies of #7DA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA870

Black with #7DA870

Text Example


Text Example

White with #7DA870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,168,112); }

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

background-color css

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

 a { background-color: rgb(125,168,112); }

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

border-color css

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

 span { border-color: rgb(125,168,112); }

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