#7DC676

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

Shades of De York #7DC676

Tints of De York #7DC676

Color information

#7DC676 (or 0x7DC676) is unknown color: approx De York. HEX triplet: 7D, C6 and 76. RGB value is (125,198,118). Sum of RGB (Red+Green+Blue) = 125+198+118=441 (58% of max value = 765). Red value is 125 (49.22% from 255 or 28.34% from 441); Green value is 198 (77.73% from 255 or 44.90% from 441); Blue value is 118 (46.48% from 255 or 26.76% from 441); Max value from RGB is 198 - color contains mainly: green. Hex color #7DC676 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DC676 is #823989. Grayscale: #A7A7A7. Windows color (decimal): -8534410 or 7784061. OLE color: 7784061.

HSL color Cylindrical-coordinate representation of color #7DC676: hue angle of 114.75º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7DC676 is Cyan = 0.37, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.22.

Color convert

RGB125198118-
CMYK0.3700.400.22
HSL114.75º41.24%61.96%-
HSV(B)114.75º40.4%77.65%-
XYZ31.9246.0624.35-
YUV167.05100.3298-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.34%
GREEN value IS 198 (77.73% from 255) = 44.90%
BLUE value IS 118 (46.48% from 255) = 26.76%
R=28.34%
G=44.90%
B=26.76%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1251981180.3700.400.22114.7541.2461.96
Hex7DC676250281673293e
Octal17530616645050261635176
Binary11111011100011011101101001010101000101101110011101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DC676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,198,118); }

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

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

 a { background-color: rgb(125,198,118); }

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

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

 span { border-color: rgb(125,198,118); }

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