Html Css Color HEX #7FB277 Amulet

📋 copy color: '#7FB277'

red 127 ◦ green 178 ◦ blue 119

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

Shades of Amulet #7FB277

Tints of Amulet #7FB277

RGB

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

 GREEN value IS 178 (69.92% from 255) = 41.98%

 BLUE value IS 119 (46.88% from 255) = 28.07%

R = 29.95%
G = 41.98%
B = 28.07%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#7FB277 (or 0x7FB277) is known color: Amulet. HEX triplet: 7F, B2 and 77. RGB value is (127,178,119). Sum of RGB (Red+Green+Blue) = 127+178+119=424 (56% of max value = 765). Red value is 127 (50% from 255 or 29.95% from 424); Green value is 178 (69.92% from 255 or 41.98% from 424); Blue value is 119 (46.88% from 255 or 28.07% from 424); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB277 is #804D88. Grayscale: #9C9C9C. Windows color (decimal): -8408457 or 7844479. OLE color: 7844479.

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

Color convert

RGB 127 178 119 -
CMYK 0.29 0 0.33 0.30
HSL 111.86º 0.28% 0.58% -
HSV(B) 111.86º 0.33% 0.7% -
XYZ 28 37.68 23.25 -
YUV 156.03 107.1 107.3 -
System Red Green Blue C M Y K H S L
Decimal 127 178 119 0.29 0 0.33 0.30 111.86 0.28 0.58
Hex 7F B2 77 1D 0 21 1E 70 1C 3A
Octal 177 262 167 35 0 41 36 160 34 72
Binary 1111111 10110010 1110111 11101 0 100001 11110 1110000 11100 111010

Color Harmonies of #7FB277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB277

Black with #7FB277

Text Example


Text Example

White with #7FB277

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,178,119); }

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

background-color css

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

 a { background-color: rgb(127,178,119); }

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

border-color css

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

 span { border-color: rgb(127,178,119); }

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