Html Css Color HEX #7FAF80 Envy

📋 copy color: '#7FAF80'

red 127 ◦ green 175 ◦ blue 128

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

Shades of Envy #7FAF80

Tints of Envy #7FAF80

RGB

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

 GREEN value IS 175 (68.75% from 255) = 40.7%

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 29.53%
G = 40.7%
B = 29.77%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#7FAF80 (or 0x7FAF80) is known color: Envy. HEX triplet: 7F, AF and 80. RGB value is (127,175,128). Sum of RGB (Red+Green+Blue) = 127+175+128=430 (56% of max value = 765). Red value is 127 (50% from 255 or 29.53% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF80 is #80507F. Grayscale: #9B9B9B. Windows color (decimal): -8409216 or 8433535. OLE color: 8433535.

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

Color convert

RGB 127 175 128 -
CMYK 0.27 0 0.27 0.31
HSL 121.25º 0.23% 0.59% -
HSV(B) 121.25º 0.27% 0.69% -
XYZ 27.98 36.73 26.04 -
YUV 155.29 112.6 107.82 -
System Red Green Blue C M Y K H S L
Decimal 127 175 128 0.27 0 0.27 0.31 121.25 0.23 0.59
Hex 7F AF 80 1B 0 1B 1F 79 17 3B
Octal 177 257 200 33 0 33 37 171 27 73
Binary 1111111 10101111 10000000 11011 0 11011 11111 1111001 10111 111011

Color Harmonies of #7FAF80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF80

Black with #7FAF80

Text Example


Text Example

White with #7FAF80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,175,128); }

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

background-color css

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

 a { background-color: rgb(127,175,128); }

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

border-color css

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

 span { border-color: rgb(127,175,128); }

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