Html Css Color HEX #7FB282 Envy

📋 copy color: '#7FB282'

red 127 ◦ green 178 ◦ blue 130

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

Shades of Envy #7FB282

Tints of Envy #7FB282

RGB

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

 GREEN value IS 178 (69.92% from 255) = 40.92%

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

R = 29.2%
G = 40.92%
B = 29.89%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#7FB282 (or 0x7FB282) is known color: Envy. HEX triplet: 7F, B2 and 82. RGB value is (127,178,130). Sum of RGB (Red+Green+Blue) = 127+178+130=435 (57% of max value = 765). Red value is 127 (50% from 255 or 29.20% from 435); Green value is 178 (69.92% from 255 or 40.92% from 435); Blue value is 130 (51.17% from 255 or 29.89% from 435); Max value from RGB is 178 - color contains mainly: green. Hex color #7FB282 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB282 is #804D7D. Grayscale: #9D9D9D. Windows color (decimal): -8408446 or 8565375. OLE color: 8565375.

HSL color Cylindrical-coordinate representation of color #7FB282: hue angle of 123.53º degrees, saturation: 0.25, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7FB282 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.30.

Color convert

RGB 127 178 130 -
CMYK 0.29 0 0.27 0.30
HSL 123.53º 0.25% 0.6% -
HSV(B) 123.53º 0.29% 0.7% -
XYZ 28.7 37.96 26.93 -
YUV 157.28 112.6 106.4 -
System Red Green Blue C M Y K H S L
Decimal 127 178 130 0.29 0 0.27 0.30 123.53 0.25 0.6
Hex 7F B2 82 1D 0 1B 1E 7C 19 3C
Octal 177 262 202 35 0 33 36 174 31 74
Binary 1111111 10110010 10000010 11101 0 11011 11110 1111100 11001 111100

Color Harmonies of #7FB282

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB282

Black with #7FB282

Text Example


Text Example

White with #7FB282

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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