Html Css Color HEX #7FAD75 Amulet

📋 copy color: '#7FAD75'

red 127 ◦ green 173 ◦ blue 117

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

Shades of Amulet #7FAD75

Tints of Amulet #7FAD75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.06%

R = 30.46%
G = 41.49%
B = 28.06%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#7FAD75 (or 0x7FAD75) is known color: Amulet. HEX triplet: 7F, AD and 75. RGB value is (127,173,117). Sum of RGB (Red+Green+Blue) = 127+173+117=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 173 (67.97% from 255 or 41.49% from 417); Blue value is 117 (46.09% from 255 or 28.06% from 417); Max value from RGB is 173 - color contains mainly: green. Hex color #7FAD75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAD75 is #80528A. Grayscale: #999999. Windows color (decimal): -8409739 or 7712127. OLE color: 7712127.

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

Color convert

RGB 127 173 117 -
CMYK 0.27 0 0.32 0.32
HSL 109.29º 0.25% 0.57% -
HSV(B) 109.29º 0.32% 0.68% -
XYZ 26.91 35.68 22.3 -
YUV 152.86 107.76 109.55 -
System Red Green Blue C M Y K H S L
Decimal 127 173 117 0.27 0 0.32 0.32 109.29 0.25 0.57
Hex 7F AD 75 1B 0 20 20 6D 19 39
Octal 177 255 165 33 0 40 40 155 31 71
Binary 1111111 10101101 1110101 11011 0 100000 100000 1101101 11001 111001

Color Harmonies of #7FAD75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAD75

Black with #7FAD75

Text Example


Text Example

White with #7FAD75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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