#7DBD7A

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

Shades of De York #7DBD7A

Tints of De York #7DBD7A

Color information

#7DBD7A (or 0x7DBD7A) is unknown color: approx De York. HEX triplet: 7D, BD and 7A. RGB value is (125,189,122). Sum of RGB (Red+Green+Blue) = 125+189+122=436 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.67% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 122 (48.05% from 255 or 27.98% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #7DBD7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBD7A is #824285. Grayscale: #A2A2A2. Windows color (decimal): -8536710 or 8043901. OLE color: 8043901.

HSL color Cylindrical-coordinate representation of color #7DBD7A: hue angle of 117.31º degrees, saturation: 0.34, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7DBD7A is Cyan = 0.34, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.26.

Color convert

RGB125189122-
CMYK0.3400.350.26
HSL117.31º33.67%60.98%-
HSV(B)117.31º35.45%74.12%-
XYZ30.1742.1624.96-
YUV162.23105.3101.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.67%
GREEN value IS 189 (74.22% from 255) = 43.35%
BLUE value IS 122 (48.05% from 255) = 27.98%
R=28.67%
G=43.35%
B=27.98%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1251891220.3400.350.26117.3133.6760.98
Hex7DBD7A220231A75223d
Octal17527517242043321654275
Binary11111011011110111110101000100100011110101110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,189,122); }

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

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

 a { background-color: rgb(125,189,122); }

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

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

 span { border-color: rgb(125,189,122); }

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