Html Css Color HEX #7FB07A Amulet

📋 copy color: '#7FB07A'

red 127 ◦ green 176 ◦ blue 122

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

Shades of Amulet #7FB07A

Tints of Amulet #7FB07A

RGB

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

 GREEN value IS 176 (69.14% from 255) = 41.41%

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

R = 29.88%
G = 41.41%
B = 28.71%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#7FB07A (or 0x7FB07A) is known color: Amulet. HEX triplet: 7F, B0 and 7A. RGB value is (127,176,122). Sum of RGB (Red+Green+Blue) = 127+176+122=425 (56% of max value = 765). Red value is 127 (50% from 255 or 29.88% from 425); Green value is 176 (69.14% from 255 or 41.41% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB07A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB07A is #804F85. Grayscale: #9B9B9B. Windows color (decimal): -8408966 or 8040575. OLE color: 8040575.

HSL color Cylindrical-coordinate representation of color #7FB07A: hue angle of 114.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB07A is Cyan = 0.28, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 176 122 -
CMYK 0.28 0 0.31 0.31
HSL 114.44º 0.25% 0.58% -
HSV(B) 114.44º 0.31% 0.69% -
XYZ 27.79 36.97 24.08 -
YUV 155.19 109.27 107.89 -
System Red Green Blue C M Y K H S L
Decimal 127 176 122 0.28 0 0.31 0.31 114.44 0.25 0.58
Hex 7F B0 7A 1C 0 1F 1F 72 19 3A
Octal 177 260 172 34 0 37 37 162 31 72
Binary 1111111 10110000 1111010 11100 0 11111 11111 1110010 11001 111010

Color Harmonies of #7FB07A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB07A

Black with #7FB07A

Text Example


Text Example

White with #7FB07A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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