Html Css Color HEX #7FAF82 Envy

📋 copy color: '#7FAF82'

red 127 ◦ green 175 ◦ blue 130

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

Shades of Envy #7FAF82

Tints of Envy #7FAF82

RGB

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

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

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

R = 29.4%
G = 40.51%
B = 30.09%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#7FAF82 (or 0x7FAF82) is known color: Envy. HEX triplet: 7F, AF and 82. RGB value is (127,175,130). Sum of RGB (Red+Green+Blue) = 127+175+130=432 (57% of max value = 765). Red value is 127 (50% from 255 or 29.40% from 432); Green value is 175 (68.75% from 255 or 40.51% from 432); Blue value is 130 (51.17% from 255 or 30.09% from 432); Max value from RGB is 175 - color contains mainly: green. Hex color #7FAF82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FAF82 is #80507D. Grayscale: #9B9B9B. Windows color (decimal): -8409214 or 8564607. OLE color: 8564607.

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

Color convert

RGB 127 175 130 -
CMYK 0.27 0 0.26 0.31
HSL 123.75º 0.23% 0.59% -
HSV(B) 123.75º 0.27% 0.69% -
XYZ 28.11 36.78 26.74 -
YUV 155.52 113.6 107.66 -
System Red Green Blue C M Y K H S L
Decimal 127 175 130 0.27 0 0.26 0.31 123.75 0.23 0.59
Hex 7F AF 82 1B 0 1A 1F 7C 17 3B
Octal 177 257 202 33 0 32 37 174 27 73
Binary 1111111 10101111 10000010 11011 0 11010 11111 1111100 10111 111011

Color Harmonies of #7FAF82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FAF82

Black with #7FAF82

Text Example


Text Example

White with #7FAF82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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