#7DB875

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

Shades of De York #7DB875

Tints of De York #7DB875

Color information

#7DB875 (or 0x7DB875) is unknown color: approx De York. HEX triplet: 7D, B8 and 75. RGB value is (125,184,117). Sum of RGB (Red+Green+Blue) = 125+184+117=426 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.34% from 426); Green value is 184 (72.27% from 255 or 43.19% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 184 - color contains mainly: green. Hex color #7DB875 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB875 is #82478A. Grayscale: #9E9E9E. Windows color (decimal): -8537995 or 7714941. OLE color: 7714941.

HSL color Cylindrical-coordinate representation of color #7DB875: hue angle of 112.84º degrees, saturation: 0.32, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7DB875 is Cyan = 0.32, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.28.

Color convert

RGB125184117-
CMYK0.3200.360.28
HSL112.84º32.06%59.02%-
HSV(B)112.84º36.41%72.16%-
XYZ28.8139.9323.02-
YUV158.72104.45103.95-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.34%
GREEN value IS 184 (72.27% from 255) = 43.19%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=29.34%
G=43.19%
B=27.46%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1251841170.3200.360.28112.8432.0659.02
Hex7DB875200241C71203b
Octal17527016540044341614073
Binary11111011011100011101011000000100100111001110001100000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,184,117); }

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

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

 a { background-color: rgb(125,184,117); }

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

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

 span { border-color: rgb(125,184,117); }

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