Html Css Color HEX #7DAB83 Envy

📋 copy color: '#7DAB83'

red 125 ◦ green 171 ◦ blue 131

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

Shades of Envy #7DAB83

Tints of Envy #7DAB83

RGB

 RED value IS 125 (49.22% from 255) = 29.27%

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

 BLUE value IS 131 (51.56% from 255) = 30.68%

R = 29.27%
G = 40.05%
B = 30.68%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#7DAB83 (or 0x7DAB83) is known color: Envy. HEX triplet: 7D, AB and 83. RGB value is (125,171,131). Sum of RGB (Red+Green+Blue) = 125+171+131=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 171 (67.19% from 255 or 40.05% from 427); Blue value is 131 (51.56% from 255 or 30.68% from 427); Max value from RGB is 171 - color contains mainly: green. Hex color #7DAB83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DAB83 is #82547C. Grayscale: #989898. Windows color (decimal): -8541309 or 8629117. OLE color: 8629117.

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

Color convert

RGB 125 171 131 -
CMYK 0.27 0 0.23 0.33
HSL 127.83º 0.21% 0.58% -
HSV(B) 127.83º 0.27% 0.67% -
XYZ 27.12 35.12 26.82 -
YUV 152.69 115.76 108.25 -
System Red Green Blue C M Y K H S L
Decimal 125 171 131 0.27 0 0.23 0.33 127.83 0.21 0.58
Hex 7D AB 83 1B 0 17 21 80 15 3A
Octal 175 253 203 33 0 27 41 200 25 72
Binary 1111101 10101011 10000011 11011 0 10111 100001 10000000 10101 111010

Color Harmonies of #7DAB83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DAB83

Black with #7DAB83

Text Example


Text Example

White with #7DAB83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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