#7DB679

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

Shades of De York #7DB679

Tints of De York #7DB679

Color information

#7DB679 (or 0x7DB679) is unknown color: approx De York. HEX triplet: 7D, B6 and 79. RGB value is (125,182,121). Sum of RGB (Red+Green+Blue) = 125+182+121=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 182 (71.48% from 255 or 42.52% from 428); Blue value is 121 (47.66% from 255 or 28.27% from 428); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB679 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB679 is #824986. Grayscale: #9E9E9E. Windows color (decimal): -8538503 or 7976573. OLE color: 7976573.

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

Color convert

RGB125182121-
CMYK0.3100.340.29
HSL116.07º29.47%59.41%-
HSV(B)116.07º33.52%71.37%-
XYZ28.6439.224.15-
YUV158107.12104.46-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.21%
GREEN value IS 182 (71.48% from 255) = 42.52%
BLUE value IS 121 (47.66% from 255) = 28.27%
R=29.21%
G=42.52%
B=28.27%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251821210.3100.340.29116.0729.4759.41
Hex7DB6791F0221D741d3b
Octal17526617137042351643573
Binary111110110110110111100111111010001011101111010011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,182,121); }

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

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

 a { background-color: rgb(125,182,121); }

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

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

 span { border-color: rgb(125,182,121); }

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