Html Css Color HEX #7FB675 Amulet

📋 copy color: '#7FB675'

red 127 ◦ green 182 ◦ blue 117

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

Shades of Amulet #7FB675

Tints of Amulet #7FB675

RGB

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

 GREEN value IS 182 (71.48% from 255) = 42.72%

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

R = 29.81%
G = 42.72%
B = 27.46%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#7FB675 (or 0x7FB675) is known color: Amulet. HEX triplet: 7F, B6 and 75. RGB value is (127,182,117). Sum of RGB (Red+Green+Blue) = 127+182+117=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 182 (71.48% from 255 or 42.72% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB675 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7FB675 is #80498A. Grayscale: #9E9E9E. Windows color (decimal): -8407435 or 7714431. OLE color: 7714431.

HSL color Cylindrical-coordinate representation of color #7FB675: hue angle of 110.77º degrees, saturation: 0.31, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7FB675 is Cyan = 0.30, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 127 182 117 -
CMYK 0.30 0 0.36 0.29
HSL 110.77º 0.31% 0.59% -
HSV(B) 110.77º 0.36% 0.71% -
XYZ 28.69 39.25 22.89 -
YUV 158.15 104.78 105.79 -
System Red Green Blue C M Y K H S L
Decimal 127 182 117 0.30 0 0.36 0.29 110.77 0.31 0.59
Hex 7F B6 75 1E 0 24 1D 6F 1F 3B
Octal 177 266 165 36 0 44 35 157 37 73
Binary 1111111 10110110 1110101 11110 0 100100 11101 1101111 11111 111011

Color Harmonies of #7FB675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB675

Black with #7FB675

Text Example


Text Example

White with #7FB675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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