Html Css Color HEX #7FB182 Envy

📋 copy color: '#7FB182'

red 127 ◦ green 177 ◦ blue 130

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

Shades of Envy #7FB182

Tints of Envy #7FB182

RGB

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

 GREEN value IS 177 (69.53% from 255) = 40.78%

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

R = 29.26%
G = 40.78%
B = 29.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#7FB182 (or 0x7FB182) is known color: Envy. HEX triplet: 7F, B1 and 82. RGB value is (127,177,130). Sum of RGB (Red+Green+Blue) = 127+177+130=434 (57% of max value = 765). Red value is 127 (50% from 255 or 29.26% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 130 (51.17% from 255 or 29.95% from 434); Max value from RGB is 177 - color contains mainly: green. Hex color #7FB182 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7FB182 is #804E7D. Grayscale: #9C9C9C. Windows color (decimal): -8408702 or 8565119. OLE color: 8565119.

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

Color convert

RGB 127 177 130 -
CMYK 0.28 0 0.27 0.31
HSL 123.6º 0.24% 0.6% -
HSV(B) 123.6º 0.28% 0.69% -
XYZ 28.5 37.57 26.87 -
YUV 156.69 112.94 106.82 -
System Red Green Blue C M Y K H S L
Decimal 127 177 130 0.28 0 0.27 0.31 123.6 0.24 0.6
Hex 7F B1 82 1C 0 1B 1F 7C 18 3C
Octal 177 261 202 34 0 33 37 174 30 74
Binary 1111111 10110001 10000010 11100 0 11011 11111 1111100 11000 111100

Color Harmonies of #7FB182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FB182

Black with #7FB182

Text Example


Text Example

White with #7FB182

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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