Html Css Color HEX #7DA168 Amulet

📋 copy color: '#7DA168'

red 125 ◦ green 161 ◦ blue 104

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

Shades of Amulet #7DA168

Tints of Amulet #7DA168

RGB

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

 GREEN value IS 161 (63.28% from 255) = 41.28%

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

R = 32.05%
G = 41.28%
B = 26.67%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.35

 K value IS 0.37

RGB Variations

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

Color information

#7DA168 (or 0x7DA168) is known color: Amulet. HEX triplet: 7D, A1 and 68. RGB value is (125,161,104). Sum of RGB (Red+Green+Blue) = 125+161+104=390 (51% of max value = 765). Red value is 125 (49.22% from 255 or 32.05% from 390); Green value is 161 (63.28% from 255 or 41.28% from 390); Blue value is 104 (41.02% from 255 or 26.67% from 390); Max value from RGB is 161 - color contains mainly: green. Hex color #7DA168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA168 is #825E97. Grayscale: #8F8F8F. Windows color (decimal): -8543896 or 6857085. OLE color: 6857085.

HSL color Cylindrical-coordinate representation of color #7DA168: hue angle of 97.89º degrees, saturation: 0.23, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DA168 is Cyan = 0.22, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.37.

Color convert

RGB 125 161 104 -
CMYK 0.22 0 0.35 0.37
HSL 97.89º 0.23% 0.52% -
HSV(B) 97.89º 0.35% 0.63% -
XYZ 23.7 30.85 17.8 -
YUV 143.74 105.57 114.63 -
System Red Green Blue C M Y K H S L
Decimal 125 161 104 0.22 0 0.35 0.37 97.89 0.23 0.52
Hex 7D A1 68 16 0 23 25 62 17 34
Octal 175 241 150 26 0 43 45 142 27 64
Binary 1111101 10100001 1101000 10110 0 100011 100101 1100010 10111 110100

Color Harmonies of #7DA168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA168

Black with #7DA168

Text Example


Text Example

White with #7DA168

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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