Html Css Color HEX #7FAB6A Amulet

📋 copy color: '#7FAB6A'

red 127 ◦ green 171 ◦ blue 106

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

Shades of Amulet #7FAB6A

Tints of Amulet #7FAB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 26.24%

R = 31.44%
G = 42.33%
B = 26.24%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.38

 K value IS 0.33

RGB Variations

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

Color information

#7FAB6A (or 0x7FAB6A) is known color: Amulet. HEX triplet: 7F, AB and 6A. RGB value is (127,171,106). Sum of RGB (Red+Green+Blue) = 127+171+106=404 (53% of max value = 765). Red value is 127 (50% from 255 or 31.44% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 106 (41.80% from 255 or 26.24% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #7FAB6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FAB6A is #805495. Grayscale: #969696. Windows color (decimal): -8410262 or 6990719. OLE color: 6990719.

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

Color convert

RGB 127 171 106 -
CMYK 0.26 0 0.38 0.33
HSL 100.62º 0.28% 0.54% -
HSV(B) 100.62º 0.38% 0.67% -
XYZ 25.92 34.68 18.96 -
YUV 150.43 102.92 111.29 -
System Red Green Blue C M Y K H S L
Decimal 127 171 106 0.26 0 0.38 0.33 100.62 0.28 0.54
Hex 7F AB 6A 1A 0 26 21 65 1C 36
Octal 177 253 152 32 0 46 41 145 34 66
Binary 1111111 10101011 1101010 11010 0 100110 100001 1100101 11100 110110

Color Harmonies of #7FAB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAB6A

Black with #7FAB6A

Text Example


Text Example

White with #7FAB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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