Html Css Color HEX #7DA877 Amulet

📋 copy color: '#7DA877'

red 125 ◦ green 168 ◦ blue 119

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

Shades of Amulet #7DA877

Tints of Amulet #7DA877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 28.88%

R = 30.34%
G = 40.78%
B = 28.88%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.34

RGB Variations

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

Color information

#7DA877 (or 0x7DA877) is known color: Amulet. HEX triplet: 7D, A8 and 77. RGB value is (125,168,119). Sum of RGB (Red+Green+Blue) = 125+168+119=412 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.34% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 119 (46.88% from 255 or 28.88% from 412); Max value from RGB is 168 - color contains mainly: green. Hex color #7DA877 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA877 is #825788. Grayscale: #959595. Windows color (decimal): -8542089 or 7841917. OLE color: 7841917.

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

Color convert

RGB 125 168 119 -
CMYK 0.26 0 0.29 0.34
HSL 112.65º 0.22% 0.56% -
HSV(B) 112.65º 0.29% 0.66% -
XYZ 25.79 33.7 22.6 -
YUV 149.56 110.75 110.48 -
System Red Green Blue C M Y K H S L
Decimal 125 168 119 0.26 0 0.29 0.34 112.65 0.22 0.56
Hex 7D A8 77 1A 0 1D 22 71 16 38
Octal 175 250 167 32 0 35 42 161 26 70
Binary 1111101 10101000 1110111 11010 0 11101 100010 1110001 10110 111000

Color Harmonies of #7DA877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA877

Black with #7DA877

Text Example


Text Example

White with #7DA877

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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