Html Css Color HEX #7FA682 Envy

📋 copy color: '#7FA682'

red 127 ◦ green 166 ◦ blue 130

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

Shades of Envy #7FA682

Tints of Envy #7FA682

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

 BLUE value IS 130 (51.17% from 255) = 30.73%

R = 30.02%
G = 39.24%
B = 30.73%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#7FA682 (or 0x7FA682) is known color: Envy. HEX triplet: 7F, A6 and 82. RGB value is (127,166,130). Sum of RGB (Red+Green+Blue) = 127+166+130=423 (56% of max value = 765). Red value is 127 (50% from 255 or 30.02% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 166 - color contains mainly: green. Hex color #7FA682 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA682 is #80597D. Grayscale: #969696. Windows color (decimal): -8411518 or 8562303. OLE color: 8562303.

HSL color Cylindrical-coordinate representation of color #7FA682: hue angle of 124.62º degrees, saturation: 0.18, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #7FA682 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 166 130 -
CMYK 0.23 0 0.22 0.35
HSL 124.62º 0.18% 0.57% -
HSV(B) 124.62º 0.23% 0.65% -
XYZ 26.42 33.4 26.17 -
YUV 150.24 116.58 111.43 -
System Red Green Blue C M Y K H S L
Decimal 127 166 130 0.23 0 0.22 0.35 124.62 0.18 0.57
Hex 7F A6 82 17 0 16 23 7D 12 39
Octal 177 246 202 27 0 26 43 175 22 71
Binary 1111111 10100110 10000010 10111 0 10110 100011 1111101 10010 111001

Color Harmonies of #7FA682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA682

Black with #7FA682

Text Example


Text Example

White with #7FA682

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,166,130); }

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

background-color css

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

 a { background-color: rgb(127,166,130); }

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

border-color css

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

 span { border-color: rgb(127,166,130); }

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