Html Css Color HEX #7FAC75 Amulet

📋 copy color: '#7FAC75'

red 127 ◦ green 172 ◦ blue 117

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

Shades of Amulet #7FAC75

Tints of Amulet #7FAC75

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.35%

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

R = 30.53%
G = 41.35%
B = 28.13%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#7FAC75 (or 0x7FAC75) is known color: Amulet. HEX triplet: 7F, AC and 75. RGB value is (127,172,117). Sum of RGB (Red+Green+Blue) = 127+172+117=416 (55% of max value = 765). Red value is 127 (50% from 255 or 30.53% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 172 - color contains mainly: green. Hex color #7FAC75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAC75 is #80538A. Grayscale: #989898. Windows color (decimal): -8409995 or 7711871. OLE color: 7711871.

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

Color convert

RGB 127 172 117 -
CMYK 0.26 0 0.32 0.33
HSL 109.09º 0.25% 0.57% -
HSV(B) 109.09º 0.32% 0.67% -
XYZ 26.72 35.3 22.24 -
YUV 152.28 108.09 109.97 -
System Red Green Blue C M Y K H S L
Decimal 127 172 117 0.26 0 0.32 0.33 109.09 0.25 0.57
Hex 7F AC 75 1A 0 20 21 6D 19 39
Octal 177 254 165 32 0 40 41 155 31 71
Binary 1111111 10101100 1110101 11010 0 100000 100001 1101101 11001 111001

Color Harmonies of #7FAC75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAC75

Black with #7FAC75

Text Example


Text Example

White with #7FAC75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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