Html Css Color HEX #7FB076 Amulet

📋 copy color: '#7FB076'

red 127 ◦ green 176 ◦ blue 118

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

Shades of Amulet #7FB076

Tints of Amulet #7FB076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 28.03%

R = 30.17%
G = 41.81%
B = 28.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.33

 K value IS 0.31

RGB Variations

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

Color information

#7FB076 (or 0x7FB076) is known color: Amulet. HEX triplet: 7F, B0 and 76. RGB value is (127,176,118). Sum of RGB (Red+Green+Blue) = 127+176+118=421 (55% of max value = 765). Red value is 127 (50% from 255 or 30.17% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 118 (46.48% from 255 or 28.03% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #7FB076 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB076 is #804F89. Grayscale: #9A9A9A. Windows color (decimal): -8408970 or 7778431. OLE color: 7778431.

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

Color convert

RGB 127 176 118 -
CMYK 0.28 0 0.33 0.31
HSL 110.69º 0.27% 0.58% -
HSV(B) 110.69º 0.33% 0.69% -
XYZ 27.55 36.87 22.8 -
YUV 154.74 107.27 108.22 -
System Red Green Blue C M Y K H S L
Decimal 127 176 118 0.28 0 0.33 0.31 110.69 0.27 0.58
Hex 7F B0 76 1C 0 21 1F 6F 1B 3A
Octal 177 260 166 34 0 41 37 157 33 72
Binary 1111111 10110000 1110110 11100 0 100001 11111 1101111 11011 111010

Color Harmonies of #7FB076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB076

Black with #7FB076

Text Example


Text Example

White with #7FB076

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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