Html Css Color HEX #7FAD6B Amulet

📋 copy color: '#7FAD6B'

red 127 ◦ green 173 ◦ blue 107

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

Shades of Amulet #7FAD6B

Tints of Amulet #7FAD6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 26.29%

R = 31.2%
G = 42.51%
B = 26.29%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.38

 K value IS 0.32

RGB Variations

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

Color information

#7FAD6B (or 0x7FAD6B) is known color: Amulet. HEX triplet: 7F, AD and 6B. RGB value is (127,173,107). Sum of RGB (Red+Green+Blue) = 127+173+107=407 (53% of max value = 765). Red value is 127 (50% from 255 or 31.20% from 407); Green value is 173 (67.97% from 255 or 42.51% from 407); Blue value is 107 (42.19% from 255 or 26.29% from 407); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD6B is #805294. Grayscale: #979797. Windows color (decimal): -8409749 or 7056767. OLE color: 7056767.

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

Color convert

RGB 127 173 107 -
CMYK 0.27 0 0.38 0.32
HSL 101.82º 0.29% 0.55% -
HSV(B) 101.82º 0.38% 0.68% -
XYZ 26.35 35.46 19.37 -
YUV 151.72 102.76 110.37 -
System Red Green Blue C M Y K H S L
Decimal 127 173 107 0.27 0 0.38 0.32 101.82 0.29 0.55
Hex 7F AD 6B 1B 0 26 20 66 1D 37
Octal 177 255 153 33 0 46 40 146 35 67
Binary 1111111 10101101 1101011 11011 0 100110 100000 1100110 11101 110111

Color Harmonies of #7FAD6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD6B

Black with #7FAD6B

Text Example


Text Example

White with #7FAD6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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