Html Css Color HEX #7F9D73 Amulet

📋 copy color: '#7F9D73'

red 127 ◦ green 157 ◦ blue 115

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

Shades of Amulet #7F9D73

Tints of Amulet #7F9D73

RGB

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

 GREEN value IS 157 (61.72% from 255) = 39.35%

 BLUE value IS 115 (45.31% from 255) = 28.82%

R = 31.83%
G = 39.35%
B = 28.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.27

 K value IS 0.38

RGB Variations

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

Color information

#7F9D73 (or 0x7F9D73) is known color: Amulet. HEX triplet: 7F, 9D and 73. RGB value is (127,157,115). Sum of RGB (Red+Green+Blue) = 127+157+115=399 (52% of max value = 765). Red value is 127 (50% from 255 or 31.83% from 399); Green value is 157 (61.72% from 255 or 39.35% from 399); Blue value is 115 (45.31% from 255 or 28.82% from 399); Max value from RGB is 157 - color contains mainly: green. Hex color #7F9D73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7F9D73 is #80628C. Grayscale: #8F8F8F. Windows color (decimal): -8413837 or 7576959. OLE color: 7576959.

HSL color Cylindrical-coordinate representation of color #7F9D73: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7F9D73 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB 127 157 115 -
CMYK 0.19 0 0.27 0.38
HSL 102.86º 0.18% 0.53% -
HSV(B) 102.86º 0.27% 0.62% -
XYZ 23.9 29.86 20.72 -
YUV 143.24 112.06 116.42 -
System Red Green Blue C M Y K H S L
Decimal 127 157 115 0.19 0 0.27 0.38 102.86 0.18 0.53
Hex 7F 9D 73 13 0 1B 26 67 12 35
Octal 177 235 163 23 0 33 46 147 22 65
Binary 1111111 10011101 1110011 10011 0 11011 100110 1100111 10010 110101

Color Harmonies of #7F9D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F9D73

Black with #7F9D73

Text Example


Text Example

White with #7F9D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,157,115); }

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

background-color css

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

 a { background-color: rgb(127,157,115); }

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

border-color css

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

 span { border-color: rgb(127,157,115); }

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