Html Css Color HEX #7DA07B Amulet

📋 copy color: '#7DA07B'

red 125 ◦ green 160 ◦ blue 123

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

Shades of Amulet #7DA07B

Tints of Amulet #7DA07B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 39.22%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 30.64%
G = 39.22%
B = 30.15%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#7DA07B (or 0x7DA07B) is known color: Amulet. HEX triplet: 7D, A0 and 7B. RGB value is (125,160,123). Sum of RGB (Red+Green+Blue) = 125+160+123=408 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.64% from 408); Green value is 160 (62.89% from 255 or 39.22% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 160 - color contains mainly: green. Hex color #7DA07B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DA07B is #825F84. Grayscale: #919191. Windows color (decimal): -8544133 or 8102013. OLE color: 8102013.

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

Color convert

RGB 125 160 123 -
CMYK 0.22 0 0.23 0.37
HSL 116.76º 0.16% 0.55% -
HSV(B) 116.76º 0.23% 0.63% -
XYZ 24.6 30.93 23.41 -
YUV 145.32 115.4 113.51 -
System Red Green Blue C M Y K H S L
Decimal 125 160 123 0.22 0 0.23 0.37 116.76 0.16 0.55
Hex 7D A0 7B 16 0 17 25 75 10 37
Octal 175 240 173 26 0 27 45 165 20 67
Binary 1111101 10100000 1111011 10110 0 10111 100101 1110101 10000 110111

Color Harmonies of #7DA07B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DA07B

Black with #7DA07B

Text Example


Text Example

White with #7DA07B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,160,123); }

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

background-color css

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

 a { background-color: rgb(125,160,123); }

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

border-color css

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

 span { border-color: rgb(125,160,123); }

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