Html Css Color HEX #7DAB6C Amulet

📋 copy color: '#7DAB6C'

red 125 ◦ green 171 ◦ blue 108

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

Shades of Amulet #7DAB6C

Tints of Amulet #7DAB6C

RGB

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

 GREEN value IS 171 (67.19% from 255) = 42.33%

 BLUE value IS 108 (42.58% from 255) = 26.73%

R = 30.94%
G = 42.33%
B = 26.73%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#7DAB6C (or 0x7DAB6C) is known color: Amulet. HEX triplet: 7D, AB and 6C. RGB value is (125,171,108). Sum of RGB (Red+Green+Blue) = 125+171+108=404 (53% of max value = 765). Red value is 125 (49.22% from 255 or 30.94% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 108 (42.58% from 255 or 26.73% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB6C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7DAB6C is #825493. Grayscale: #969696. Windows color (decimal): -8541332 or 7121789. OLE color: 7121789.

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

Color convert

RGB 125 171 108 -
CMYK 0.27 0 0.37 0.33
HSL 103.81º 0.27% 0.55% -
HSV(B) 103.81º 0.37% 0.67% -
XYZ 25.73 34.57 19.5 -
YUV 150.06 104.26 110.12 -
System Red Green Blue C M Y K H S L
Decimal 125 171 108 0.27 0 0.37 0.33 103.81 0.27 0.55
Hex 7D AB 6C 1B 0 25 21 68 1B 37
Octal 175 253 154 33 0 45 41 150 33 67
Binary 1111101 10101011 1101100 11011 0 100101 100001 1101000 11011 110111

Color Harmonies of #7DAB6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB6C

Black with #7DAB6C

Text Example


Text Example

White with #7DAB6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,171,108); }

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

background-color css

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

 a { background-color: rgb(125,171,108); }

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

border-color css

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

 span { border-color: rgb(125,171,108); }

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