Html Css Color HEX #7DAC68 Amulet

📋 copy color: '#7DAC68'

red 125 ◦ green 172 ◦ blue 104

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

Shades of Amulet #7DAC68

Tints of Amulet #7DAC68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 25.94%

R = 31.17%
G = 42.89%
B = 25.94%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.40

 K value IS 0.33

RGB Variations

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

Color information

#7DAC68 (or 0x7DAC68) is known color: Amulet. HEX triplet: 7D, AC and 68. RGB value is (125,172,104). Sum of RGB (Red+Green+Blue) = 125+172+104=401 (53% of max value = 765). Red value is 125 (49.22% from 255 or 31.17% from 401); Green value is 172 (67.58% from 255 or 42.89% from 401); Blue value is 104 (41.02% from 255 or 25.94% from 401); Max value from RGB is 172 - color contains mainly: green. Hex color #7DAC68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAC68 is #825397. Grayscale: #969696. Windows color (decimal): -8541080 or 6859901. OLE color: 6859901.

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

Color convert

RGB 125 172 104 -
CMYK 0.27 0 0.40 0.33
HSL 101.47º 0.29% 0.54% -
HSV(B) 101.47º 0.4% 0.67% -
XYZ 25.71 34.86 18.47 -
YUV 150.2 101.93 110.03 -
System Red Green Blue C M Y K H S L
Decimal 125 172 104 0.27 0 0.40 0.33 101.47 0.29 0.54
Hex 7D AC 68 1B 0 28 21 65 1D 36
Octal 175 254 150 33 0 50 41 145 35 66
Binary 1111101 10101100 1101000 11011 0 101000 100001 1100101 11101 110110

Color Harmonies of #7DAC68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAC68

Black with #7DAC68

Text Example


Text Example

White with #7DAC68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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