Html Css Color HEX #7FAF74 Amulet

📋 copy color: '#7FAF74'

red 127 ◦ green 175 ◦ blue 116

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

Shades of Amulet #7FAF74

Tints of Amulet #7FAF74

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.87%

 BLUE value IS 116 (45.7% from 255) = 27.75%

R = 30.38%
G = 41.87%
B = 27.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#7FAF74 (or 0x7FAF74) is known color: Amulet. HEX triplet: 7F, AF and 74. RGB value is (127,175,116). Sum of RGB (Red+Green+Blue) = 127+175+116=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 116 (45.70% from 255 or 27.75% from 418); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF74 is #80508B. Grayscale: #9A9A9A. Windows color (decimal): -8409228 or 7647103. OLE color: 7647103.

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

Color convert

RGB 127 175 116 -
CMYK 0.27 0 0.34 0.31
HSL 108.81º 0.27% 0.57% -
HSV(B) 108.81º 0.34% 0.69% -
XYZ 27.23 36.43 22.12 -
YUV 153.92 106.6 108.8 -
System Red Green Blue C M Y K H S L
Decimal 127 175 116 0.27 0 0.34 0.31 108.81 0.27 0.57
Hex 7F AF 74 1B 0 22 1F 6D 1B 39
Octal 177 257 164 33 0 42 37 155 33 71
Binary 1111111 10101111 1110100 11011 0 100010 11111 1101101 11011 111001

Color Harmonies of #7FAF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF74

Black with #7FAF74

Text Example


Text Example

White with #7FAF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,116); }

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

background-color css

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

 a { background-color: rgb(127,175,116); }

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

border-color css

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

 span { border-color: rgb(127,175,116); }

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