Html Css Color HEX #7DAB6F Amulet

📋 copy color: '#7DAB6F'

red 125 ◦ green 171 ◦ blue 111

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

Shades of Amulet #7DAB6F

Tints of Amulet #7DAB6F

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.01%

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

R = 30.71%
G = 42.01%
B = 27.27%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#7DAB6F (or 0x7DAB6F) is known color: Amulet. HEX triplet: 7D, AB and 6F. RGB value is (125,171,111). Sum of RGB (Red+Green+Blue) = 125+171+111=407 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.71% from 407); Green value is 171 (67.19% from 255 or 42.01% from 407); Blue value is 111 (43.75% from 255 or 27.27% from 407); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB6F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB6F is #825490. Grayscale: #969696. Windows color (decimal): -8541329 or 7318397. OLE color: 7318397.

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

Color convert

RGB 125 171 111 -
CMYK 0.27 0 0.35 0.33
HSL 106º 0.26% 0.55% -
HSV(B) 106º 0.35% 0.67% -
XYZ 25.89 34.63 20.36 -
YUV 150.41 105.76 109.88 -
System Red Green Blue C M Y K H S L
Decimal 125 171 111 0.27 0 0.35 0.33 106 0.26 0.55
Hex 7D AB 6F 1B 0 23 21 6A 1A 37
Octal 175 253 157 33 0 43 41 152 32 67
Binary 1111101 10101011 1101111 11011 0 100011 100001 1101010 11010 110111

Color Harmonies of #7DAB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB6F

Black with #7DAB6F

Text Example


Text Example

White with #7DAB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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