Html Css Color HEX #7BAB7D Envy

📋 copy color: '#7BAB7D'

red 123 ◦ green 171 ◦ blue 125

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

Shades of Envy #7BAB7D

Tints of Envy #7BAB7D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 40.81%

 BLUE value IS 125 (49.22% from 255) = 29.83%

R = 29.36%
G = 40.81%
B = 29.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#7BAB7D (or 0x7BAB7D) is known color: Envy. HEX triplet: 7B, AB and 7D. RGB value is (123,171,125). Sum of RGB (Red+Green+Blue) = 123+171+125=419 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.36% from 419); Green value is 171 (67.19% from 255 or 40.81% from 419); Blue value is 125 (49.22% from 255 or 29.83% from 419); Max value from RGB is 171 - color contains mainly: green. Hex color #7BAB7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7BAB7D is #845482. Grayscale: #979797. Windows color (decimal): -8672387 or 8235899. OLE color: 8235899.

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

Color convert

RGB 123 171 125 -
CMYK 0.28 0 0.27 0.33
HSL 122.5º 0.22% 0.58% -
HSV(B) 122.5º 0.28% 0.67% -
XYZ 26.43 34.82 24.73 -
YUV 151.4 113.1 107.74 -
System Red Green Blue C M Y K H S L
Decimal 123 171 125 0.28 0 0.27 0.33 122.5 0.22 0.58
Hex 7B AB 7D 1C 0 1B 21 7B 16 3A
Octal 173 253 175 34 0 33 41 173 26 72
Binary 1111011 10101011 1111101 11100 0 11011 100001 1111011 10110 111010

Color Harmonies of #7BAB7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7BAB7D

Black with #7BAB7D

Text Example


Text Example

White with #7BAB7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,171,125); }

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

background-color css

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

 a { background-color: rgb(123,171,125); }

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

border-color css

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

 span { border-color: rgb(123,171,125); }

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