Html Css Color HEX #7FAB7A Amulet

📋 copy color: '#7FAB7A'

red 127 ◦ green 171 ◦ blue 122

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

Shades of Amulet #7FAB7A

Tints of Amulet #7FAB7A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.71%

 BLUE value IS 122 (48.05% from 255) = 29.05%

R = 30.24%
G = 40.71%
B = 29.05%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.29

 K value IS 0.33

RGB Variations

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

Color information

#7FAB7A (or 0x7FAB7A) is known color: Amulet. HEX triplet: 7F, AB and 7A. RGB value is (127,171,122). Sum of RGB (Red+Green+Blue) = 127+171+122=420 (55% of max value = 765). Red value is 127 (50% from 255 or 30.24% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 122 (48.05% from 255 or 29.05% from 420); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB7A is #805485. Grayscale: #989898. Windows color (decimal): -8410246 or 8039295. OLE color: 8039295.

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

Color convert

RGB 127 171 122 -
CMYK 0.26 0 0.29 0.33
HSL 113.88º 0.23% 0.57% -
HSV(B) 113.88º 0.29% 0.67% -
XYZ 26.83 35.04 23.76 -
YUV 152.26 110.92 109.98 -
System Red Green Blue C M Y K H S L
Decimal 127 171 122 0.26 0 0.29 0.33 113.88 0.23 0.57
Hex 7F AB 7A 1A 0 1D 21 72 17 39
Octal 177 253 172 32 0 35 41 162 27 71
Binary 1111111 10101011 1111010 11010 0 11101 100001 1110010 10111 111001

Color Harmonies of #7FAB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB7A

Black with #7FAB7A

Text Example


Text Example

White with #7FAB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,171,122); }

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

background-color css

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

 a { background-color: rgb(127,171,122); }

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

border-color css

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

 span { border-color: rgb(127,171,122); }

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