Html Css Color HEX #7DB180 Envy

📋 copy color: '#7DB180'

red 125 ◦ green 177 ◦ blue 128

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

Shades of Envy #7DB180

Tints of Envy #7DB180

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 29.77%

R = 29.07%
G = 41.16%
B = 29.77%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#7DB180 (or 0x7DB180) is known color: Envy. HEX triplet: 7D, B1 and 80. RGB value is (125,177,128). Sum of RGB (Red+Green+Blue) = 125+177+128=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 128 (50.39% from 255 or 29.77% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #7DB180 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7DB180 is #824E7F. Grayscale: #9C9C9C. Windows color (decimal): -8539776 or 8434045. OLE color: 8434045.

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

Color convert

RGB 125 177 128 -
CMYK 0.29 0 0.28 0.31
HSL 123.46º 0.25% 0.59% -
HSV(B) 123.46º 0.29% 0.69% -
XYZ 28.08 37.36 26.15 -
YUV 155.87 112.27 105.98 -
System Red Green Blue C M Y K H S L
Decimal 125 177 128 0.29 0 0.28 0.31 123.46 0.25 0.59
Hex 7D B1 80 1D 0 1C 1F 7B 19 3B
Octal 175 261 200 35 0 34 37 173 31 73
Binary 1111101 10110001 10000000 11101 0 11100 11111 1111011 11001 111011

Color Harmonies of #7DB180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7DB180

Black with #7DB180

Text Example


Text Example

White with #7DB180

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,177,128); }

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

background-color css

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

 a { background-color: rgb(125,177,128); }

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

border-color css

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

 span { border-color: rgb(125,177,128); }

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