Html Css Color HEX #7DAB6D Amulet

📋 copy color: '#7DAB6D'

red 125 ◦ green 171 ◦ blue 109

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

Shades of Amulet #7DAB6D

Tints of Amulet #7DAB6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 26.91%

R = 30.86%
G = 42.22%
B = 26.91%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.36

 K value IS 0.33

RGB Variations

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

Color information

#7DAB6D (or 0x7DAB6D) is known color: Amulet. HEX triplet: 7D, AB and 6D. RGB value is (125,171,109). Sum of RGB (Red+Green+Blue) = 125+171+109=405 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.86% from 405); Green value is 171 (67.19% from 255 or 42.22% from 405); Blue value is 109 (42.97% from 255 or 26.91% from 405); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB6D is #825492. Grayscale: #969696. Windows color (decimal): -8541331 or 7187325. OLE color: 7187325.

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

Color convert

RGB 125 171 109 -
CMYK 0.27 0 0.36 0.33
HSL 104.52º 0.27% 0.55% -
HSV(B) 104.52º 0.36% 0.67% -
XYZ 25.78 34.59 19.79 -
YUV 150.18 104.76 110.04 -
System Red Green Blue C M Y K H S L
Decimal 125 171 109 0.27 0 0.36 0.33 104.52 0.27 0.55
Hex 7D AB 6D 1B 0 24 21 69 1B 37
Octal 175 253 155 33 0 44 41 151 33 67
Binary 1111101 10101011 1101101 11011 0 100100 100001 1101001 11011 110111

Color Harmonies of #7DAB6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB6D

Black with #7DAB6D

Text Example


Text Example

White with #7DAB6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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