#7DC077

Color #7DC077 De York (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of De York #7DC077

Tints of De York #7DC077

Color information

#7DC077 (or 0x7DC077) is unknown color: approx De York. HEX triplet: 7D, C0 and 77. RGB value is (125,192,119). Sum of RGB (Red+Green+Blue) = 125+192+119=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 119 (46.88% from 255 or 27.29% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #7DC077 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC077 is #823F88. Grayscale: #A3A3A3. Windows color (decimal): -8535945 or 7848061. OLE color: 7848061.

HSL color Cylindrical-coordinate representation of color #7DC077: hue angle of 115.07º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7DC077 is Cyan = 0.35, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.25.

Color convert

RGB125192119-
CMYK0.3500.380.25
HSL115.07º36.68%60.98%-
HSV(B)115.07º38.02%75.29%-
XYZ30.6443.3924.21-
YUV163.65102.8100.44-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 192 (75.39% from 255) = 44.04%
BLUE value IS 119 (46.88% from 255) = 27.29%
R=28.67%
G=44.04%
B=27.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251921190.3500.380.25115.0736.6860.98
Hex7DC077230261973253d
Octal17530016743046311634575
Binary11111011100000011101111000110100110110011110011100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,192,119); }

 H1.HeaderClassName
 {
   color: #7DC077;
 }
 .AnyTagClassName
 {
   color: #7DC077;
 }
</style>
background-color css

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

 a { background-color: rgb(125,192,119); }

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

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

 span { border-color: rgb(125,192,119); }

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