Html Css Color HEX #7FA67D Amulet

📋 copy color: '#7FA67D'

red 127 ◦ green 166 ◦ blue 125

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

Shades of Amulet #7FA67D

Tints of Amulet #7FA67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.71%

 BLUE value IS 125 (49.22% from 255) = 29.9%

R = 30.38%
G = 39.71%
B = 29.9%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#7FA67D (or 0x7FA67D) is known color: Amulet. HEX triplet: 7F, A6 and 7D. RGB value is (127,166,125). Sum of RGB (Red+Green+Blue) = 127+166+125=418 (55% of max value = 765). Red value is 127 (50% from 255 or 30.38% from 418); Green value is 166 (65.23% from 255 or 39.71% from 418); Blue value is 125 (49.22% from 255 or 29.90% from 418); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA67D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FA67D is #805982. Grayscale: #959595. Windows color (decimal): -8411523 or 8234623. OLE color: 8234623.

HSL color Cylindrical-coordinate representation of color #7FA67D: hue angle of 117.07º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7FA67D is Cyan = 0.23, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 166 125 -
CMYK 0.23 0 0.25 0.35
HSL 117.07º 0.19% 0.57% -
HSV(B) 117.07º 0.25% 0.65% -
XYZ 26.09 33.27 24.45 -
YUV 149.67 114.08 111.83 -
System Red Green Blue C M Y K H S L
Decimal 127 166 125 0.23 0 0.25 0.35 117.07 0.19 0.57
Hex 7F A6 7D 17 0 19 23 75 13 39
Octal 177 246 175 27 0 31 43 165 23 71
Binary 1111111 10100110 1111101 10111 0 11001 100011 1110101 10011 111001

Color Harmonies of #7FA67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA67D

Black with #7FA67D

Text Example


Text Example

White with #7FA67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,125); }

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

background-color css

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

 a { background-color: rgb(127,166,125); }

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

border-color css

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

 span { border-color: rgb(127,166,125); }

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