#7DBE7A

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

Shades of De York #7DBE7A

Tints of De York #7DBE7A

Color information

#7DBE7A (or 0x7DBE7A) is unknown color: approx De York. HEX triplet: 7D, BE and 7A. RGB value is (125,190,122). Sum of RGB (Red+Green+Blue) = 125+190+122=437 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.60% from 437); Green value is 190 (74.61% from 255 or 43.48% from 437); Blue value is 122 (48.05% from 255 or 27.92% from 437); Max value from RGB is 190 - color contains mainly: green. Hex color #7DBE7A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBE7A is #824185. Grayscale: #A3A3A3. Windows color (decimal): -8536454 or 8044157. OLE color: 8044157.

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

Color convert

RGB125190122-
CMYK0.3400.360.25
HSL117.35º34.34%61.18%-
HSV(B)117.35º35.79%74.51%-
XYZ30.3842.5925.03-
YUV162.81104.97101.03-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.60%
GREEN value IS 190 (74.61% from 255) = 43.48%
BLUE value IS 122 (48.05% from 255) = 27.92%
R=28.60%
G=43.48%
B=27.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1251901220.3400.360.25117.3534.3461.18
Hex7DBE7A220241975223d
Octal17527617242044311654275
Binary11111011011111011110101000100100100110011110101100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBE7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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