Html Css Color HEX #7FAF73 Amulet

📋 copy color: '#7FAF73'

red 127 ◦ green 175 ◦ blue 115

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

Shades of Amulet #7FAF73

Tints of Amulet #7FAF73

RGB

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

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

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

R = 30.46%
G = 41.97%
B = 27.58%

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

#7FAF73 (or 0x7FAF73) is known color: Amulet. HEX triplet: 7F, AF and 73. RGB value is (127,175,115). Sum of RGB (Red+Green+Blue) = 127+175+115=417 (55% of max value = 765). Red value is 127 (50% from 255 or 30.46% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 115 (45.31% from 255 or 27.58% from 417); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAF73 is #80508C. Grayscale: #9A9A9A. Windows color (decimal): -8409229 or 7581567. OLE color: 7581567.

HSL color Cylindrical-coordinate representation of color #7FAF73: hue angle of 108º 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 #7FAF73 is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 115 -
CMYK 0.27 0 0.34 0.31
HSL 108º 0.27% 0.57% -
HSV(B) 108º 0.34% 0.69% -
XYZ 27.18 36.41 21.82 -
YUV 153.81 106.1 108.88 -
System Red Green Blue C M Y K H S L
Decimal 127 175 115 0.27 0 0.34 0.31 108 0.27 0.57
Hex 7F AF 73 1B 0 22 1F 6C 1B 39
Octal 177 257 163 33 0 42 37 154 33 71
Binary 1111111 10101111 1110011 11011 0 100010 11111 1101100 11011 111001

Color Harmonies of #7FAF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF73

Black with #7FAF73

Text Example


Text Example

White with #7FAF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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