Html Css Color HEX #7FAF84 Envy

📋 copy color: '#7FAF84'

red 127 ◦ green 175 ◦ blue 132

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

Shades of Envy #7FAF84

Tints of Envy #7FAF84

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 30.41%

R = 29.26%
G = 40.32%
B = 30.41%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.25

 K value IS 0.31

RGB Variations

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

Color information

#7FAF84 (or 0x7FAF84) is known color: Envy. HEX triplet: 7F, AF and 84. RGB value is (127,175,132). Sum of RGB (Red+Green+Blue) = 127+175+132=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 132 (51.95% from 255 or 30.41% from 434); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF84 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF84 is #80507B. Grayscale: #9B9B9B. Windows color (decimal): -8409212 or 8695679. OLE color: 8695679.

HSL color Cylindrical-coordinate representation of color #7FAF84: hue angle of 126.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 #7FAF84 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.

Color convert

RGB 127 175 132 -
CMYK 0.27 0 0.25 0.31
HSL 126.25º 0.23% 0.59% -
HSV(B) 126.25º 0.27% 0.69% -
XYZ 28.25 36.84 27.45 -
YUV 155.75 114.6 107.5 -
System Red Green Blue C M Y K H S L
Decimal 127 175 132 0.27 0 0.25 0.31 126.25 0.23 0.59
Hex 7F AF 84 1B 0 19 1F 7E 17 3B
Octal 177 257 204 33 0 31 37 176 27 73
Binary 1111111 10101111 10000100 11011 0 11001 11111 1111110 10111 111011

Color Harmonies of #7FAF84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF84

Black with #7FAF84

Text Example


Text Example

White with #7FAF84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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