#7DB67A

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

Shades of De York #7DB67A

Tints of De York #7DB67A

Color information

#7DB67A (or 0x7DB67A) is unknown color: approx De York. HEX triplet: 7D, B6 and 7A. RGB value is (125,182,122). Sum of RGB (Red+Green+Blue) = 125+182+122=429 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.14% from 429); Green value is 182 (71.48% from 255 or 42.42% from 429); Blue value is 122 (48.05% from 255 or 28.44% from 429); Max value from RGB is 182 - color contains mainly: green. Hex color #7DB67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB67A is #824985. Grayscale: #9E9E9E. Windows color (decimal): -8538502 or 8042109. OLE color: 8042109.

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

Color convert

RGB125182122-
CMYK0.3100.330.29
HSL117º29.13%59.61%-
HSV(B)117º32.97%71.37%-
XYZ28.739.2224.47-
YUV158.12107.62104.38-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.14%
GREEN value IS 182 (71.48% from 255) = 42.42%
BLUE value IS 122 (48.05% from 255) = 28.44%
R=29.14%
G=42.42%
B=28.44%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1251821220.3100.330.2911729.1359.61
Hex7DB67A1F0211D751d3c
Octal17526617237041351653574
Binary111110110110110111101011111010000111101111010111101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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