Html Css Color HEX #7FAD6D Amulet

📋 copy color: '#7FAD6D'

red 127 ◦ green 173 ◦ blue 109

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

Shades of Amulet #7FAD6D

Tints of Amulet #7FAD6D

RGB

 RED value IS 127 (50% from 255) = 31.05%

 GREEN value IS 173 (67.97% from 255) = 42.3%

 BLUE value IS 109 (42.97% from 255) = 26.65%

R = 31.05%
G = 42.3%
B = 26.65%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.37

 K value IS 0.32

RGB Variations

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

Color information

#7FAD6D (or 0x7FAD6D) is known color: Amulet. HEX triplet: 7F, AD and 6D. RGB value is (127,173,109). Sum of RGB (Red+Green+Blue) = 127+173+109=409 (54% of max value = 765). Red value is 127 (50% from 255 or 31.05% from 409); Green value is 173 (67.97% from 255 or 42.30% from 409); Blue value is 109 (42.97% from 255 or 26.65% from 409); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD6D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD6D is #805292. Grayscale: #989898. Windows color (decimal): -8409747 or 7187839. OLE color: 7187839.

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

Color convert

RGB 127 173 109 -
CMYK 0.27 0 0.37 0.32
HSL 103.13º 0.28% 0.55% -
HSV(B) 103.13º 0.37% 0.68% -
XYZ 26.46 35.5 19.93 -
YUV 151.95 103.76 110.2 -
System Red Green Blue C M Y K H S L
Decimal 127 173 109 0.27 0 0.37 0.32 103.13 0.28 0.55
Hex 7F AD 6D 1B 0 25 20 67 1C 37
Octal 177 255 155 33 0 45 40 147 34 67
Binary 1111111 10101101 1101101 11011 0 100101 100000 1100111 11100 110111

Color Harmonies of #7FAD6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD6D

Black with #7FAD6D

Text Example


Text Example

White with #7FAD6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,173,109); }

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

background-color css

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

 a { background-color: rgb(127,173,109); }

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

border-color css

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

 span { border-color: rgb(127,173,109); }

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