Html Css Color HEX #7FA586 Envy

📋 copy color: '#7FA586'

red 127 ◦ green 165 ◦ blue 134

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

Shades of Envy #7FA586

Tints of Envy #7FA586

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.73%

 BLUE value IS 134 (52.73% from 255) = 31.46%

R = 29.81%
G = 38.73%
B = 31.46%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#7FA586 (or 0x7FA586) is known color: Envy. HEX triplet: 7F, A5 and 86. RGB value is (127,165,134). Sum of RGB (Red+Green+Blue) = 127+165+134=426 (56% of max value = 765). Red value is 127 (50% from 255 or 29.81% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 134 (52.73% from 255 or 31.46% from 426); Max value from RGB is 165 - color contains mainly: green. Hex color #7FA586 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FA586 is #805A79. Grayscale: #969696. Windows color (decimal): -8411770 or 8824191. OLE color: 8824191.

HSL color Cylindrical-coordinate representation of color #7FA586: hue angle of 131.05º degrees, saturation: 0.17, 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 #7FA586 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.35.

Color convert

RGB 127 165 134 -
CMYK 0.23 0 0.19 0.35
HSL 131.05º 0.17% 0.57% -
HSV(B) 131.05º 0.23% 0.65% -
XYZ 26.51 33.14 27.55 -
YUV 150.1 118.91 111.52 -
System Red Green Blue C M Y K H S L
Decimal 127 165 134 0.23 0 0.19 0.35 131.05 0.17 0.57
Hex 7F A5 86 17 0 13 23 83 11 39
Octal 177 245 206 27 0 23 43 203 21 71
Binary 1111111 10100101 10000110 10111 0 10011 100011 10000011 10001 111001

Color Harmonies of #7FA586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FA586

Black with #7FA586

Text Example


Text Example

White with #7FA586

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,165,134); }

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

background-color css

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

 a { background-color: rgb(127,165,134); }

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

border-color css

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

 span { border-color: rgb(127,165,134); }

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