Html Css Color HEX #7FB275 Amulet

📋 copy color: '#7FB275'

red 127 ◦ green 178 ◦ blue 117

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

Shades of Amulet #7FB275

Tints of Amulet #7FB275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 27.73%

R = 30.09%
G = 42.18%
B = 27.73%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.34

 K value IS 0.30

RGB Variations

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

Color information

#7FB275 (or 0x7FB275) is known color: Amulet. HEX triplet: 7F, B2 and 75. RGB value is (127,178,117). Sum of RGB (Red+Green+Blue) = 127+178+117=422 (55% of max value = 765). Red value is 127 (50% from 255 or 30.09% from 422); Green value is 178 (69.92% from 255 or 42.18% from 422); Blue value is 117 (46.09% from 255 or 27.73% from 422); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7FB275 is #804D8A. Grayscale: #9B9B9B. Windows color (decimal): -8408459 or 7713407. OLE color: 7713407.

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

Color convert

RGB 127 178 117 -
CMYK 0.29 0 0.34 0.30
HSL 110.16º 0.28% 0.58% -
HSV(B) 110.16º 0.34% 0.7% -
XYZ 27.88 37.64 22.62 -
YUV 155.8 106.1 107.46 -
System Red Green Blue C M Y K H S L
Decimal 127 178 117 0.29 0 0.34 0.30 110.16 0.28 0.58
Hex 7F B2 75 1D 0 22 1E 6E 1C 3A
Octal 177 262 165 35 0 42 36 156 34 72
Binary 1111111 10110010 1110101 11101 0 100010 11110 1101110 11100 111010

Color Harmonies of #7FB275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB275

Black with #7FB275

Text Example


Text Example

White with #7FB275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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