Html Css Color HEX #7DAF68 Amulet

📋 copy color: '#7DAF68'

red 125 ◦ green 175 ◦ blue 104

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

Shades of Amulet #7DAF68

Tints of Amulet #7DAF68

RGB

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

 GREEN value IS 175 (68.75% from 255) = 43.32%

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

R = 30.94%
G = 43.32%
B = 25.74%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.41

 K value IS 0.31

RGB Variations

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

Color information

#7DAF68 (or 0x7DAF68) is known color: Amulet. HEX triplet: 7D, AF and 68. RGB value is (125,175,104). Sum of RGB (Red+Green+Blue) = 125+175+104=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 175 (68.75% from 255 or 43.32% from 404); Blue value is 104 (41.02% from 255 or 25.74% from 404); Max value from RGB is 175 - color contains mainly: green. Hex color #7DAF68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAF68 is #825097. Grayscale: #989898. Windows color (decimal): -8540312 or 6860669. OLE color: 6860669.

HSL color Cylindrical-coordinate representation of color #7DAF68: hue angle of 102.25º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7DAF68 is Cyan = 0.29, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.31.

Color convert

RGB 125 175 104 -
CMYK 0.29 0 0.41 0.31
HSL 102.25º 0.31% 0.55% -
HSV(B) 102.25º 0.41% 0.69% -
XYZ 26.29 36.02 18.66 -
YUV 151.96 100.94 108.77 -
System Red Green Blue C M Y K H S L
Decimal 125 175 104 0.29 0 0.41 0.31 102.25 0.31 0.55
Hex 7D AF 68 1D 0 29 1F 66 1F 37
Octal 175 257 150 35 0 51 37 146 37 67
Binary 1111101 10101111 1101000 11101 0 101001 11111 1100110 11111 110111

Color Harmonies of #7DAF68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAF68

Black with #7DAF68

Text Example


Text Example

White with #7DAF68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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