Html Css Color HEX #7FAE86 Envy

📋 copy color: '#7FAE86'

red 127 ◦ green 174 ◦ blue 134

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

Shades of Envy #7FAE86

Tints of Envy #7FAE86

RGB

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

 GREEN value IS 174 (68.36% from 255) = 40%

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

R = 29.2%
G = 40%
B = 30.8%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#7FAE86 (or 0x7FAE86) is known color: Envy. HEX triplet: 7F, AE and 86. RGB value is (127,174,134). Sum of RGB (Red+Green+Blue) = 127+174+134=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 174 (68.36% from 255 or 40% from 435); Blue value is 134 (52.73% from 255 or 30.80% from 435); Max value from RGB is 174 - color contains mainly: green. Hex color #7FAE86 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAE86 is #805179. Grayscale: #9B9B9B. Windows color (decimal): -8409466 or 8826495. OLE color: 8826495.

HSL color Cylindrical-coordinate representation of color #7FAE86: hue angle of 128.94º degrees, saturation: 0.22, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7FAE86 is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.

Color convert

RGB 127 174 134 -
CMYK 0.27 0 0.23 0.32
HSL 128.94º 0.22% 0.59% -
HSV(B) 128.94º 0.27% 0.68% -
XYZ 28.19 36.51 28.11 -
YUV 155.39 115.93 107.75 -
System Red Green Blue C M Y K H S L
Decimal 127 174 134 0.27 0 0.23 0.32 128.94 0.22 0.59
Hex 7F AE 86 1B 0 17 20 81 16 3B
Octal 177 256 206 33 0 27 40 201 26 73
Binary 1111111 10101110 10000110 11011 0 10111 100000 10000001 10110 111011

Color Harmonies of #7FAE86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAE86

Black with #7FAE86

Text Example


Text Example

White with #7FAE86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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