Html Css Color HEX #7BAA7F Envy

📋 copy color: '#7BAA7F'

red 123 ◦ green 170 ◦ blue 127

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

Shades of Envy #7BAA7F

Tints of Envy #7BAA7F

RGB

 RED value IS 123 (48.44% from 255) = 29.29%

 GREEN value IS 170 (66.8% from 255) = 40.48%

 BLUE value IS 127 (50% from 255) = 30.24%

R = 29.29%
G = 40.48%
B = 30.24%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#7BAA7F (or 0x7BAA7F) is known color: Envy. HEX triplet: 7B, AA and 7F. RGB value is (123,170,127). Sum of RGB (Red+Green+Blue) = 123+170+127=420 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.29% from 420); Green value is 170 (66.80% from 255 or 40.48% from 420); Blue value is 127 (50% from 255 or 30.24% from 420); Max value from RGB is 170 - color contains mainly: green. Hex color #7BAA7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAA7F is #845580. Grayscale: #979797. Windows color (decimal): -8672641 or 8366715. OLE color: 8366715.

HSL color Cylindrical-coordinate representation of color #7BAA7F: hue angle of 125.11º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7BAA7F is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 123 170 127 -
CMYK 0.28 0 0.25 0.33
HSL 125.11º 0.22% 0.57% -
HSV(B) 125.11º 0.28% 0.67% -
XYZ 26.37 34.49 25.35 -
YUV 151.05 114.43 108 -
System Red Green Blue C M Y K H S L
Decimal 123 170 127 0.28 0 0.25 0.33 125.11 0.22 0.57
Hex 7B AA 7F 1C 0 19 21 7D 16 39
Octal 173 252 177 34 0 31 41 175 26 71
Binary 1111011 10101010 1111111 11100 0 11001 100001 1111101 10110 111001

Color Harmonies of #7BAA7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAA7F

Black with #7BAA7F

Text Example


Text Example

White with #7BAA7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,170,127); }

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

background-color css

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

 a { background-color: rgb(123,170,127); }

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

border-color css

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

 span { border-color: rgb(123,170,127); }

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