Html Css Color HEX #7DAC69 Amulet

📋 copy color: '#7DAC69'

red 125 ◦ green 172 ◦ blue 105

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

Shades of Amulet #7DAC69

Tints of Amulet #7DAC69

RGB

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

 GREEN value IS 172 (67.58% from 255) = 42.79%

 BLUE value IS 105 (41.41% from 255) = 26.12%

R = 31.09%
G = 42.79%
B = 26.12%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.39

 K value IS 0.33

RGB Variations

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

Color information

#7DAC69 (or 0x7DAC69) is known color: Amulet. HEX triplet: 7D, AC and 69. RGB value is (125,172,105). Sum of RGB (Red+Green+Blue) = 125+172+105=402 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.09% from 402); Green value is 172 (67.58% from 255 or 42.79% from 402); Blue value is 105 (41.41% from 255 or 26.12% from 402); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC69 is #825396. Grayscale: #969696. Windows color (decimal): -8541079 or 6925437. OLE color: 6925437.

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

Color convert

RGB 125 172 105 -
CMYK 0.27 0 0.39 0.33
HSL 102.09º 0.29% 0.54% -
HSV(B) 102.09º 0.39% 0.67% -
XYZ 25.76 34.88 18.74 -
YUV 150.31 102.43 109.95 -
System Red Green Blue C M Y K H S L
Decimal 125 172 105 0.27 0 0.39 0.33 102.09 0.29 0.54
Hex 7D AC 69 1B 0 27 21 66 1D 36
Octal 175 254 151 33 0 47 41 146 35 66
Binary 1111101 10101100 1101001 11011 0 100111 100001 1100110 11101 110110

Color Harmonies of #7DAC69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC69

Black with #7DAC69

Text Example


Text Example

White with #7DAC69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,172,105); }

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

background-color css

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

 a { background-color: rgb(125,172,105); }

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

border-color css

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

 span { border-color: rgb(125,172,105); }

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