#7DB77A

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

Shades of De York #7DB77A

Tints of De York #7DB77A

Color information

#7DB77A (or 0x7DB77A) is unknown color: approx De York. HEX triplet: 7D, B7 and 7A. RGB value is (125,183,122). Sum of RGB (Red+Green+Blue) = 125+183+122=430 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.07% from 430); Green value is 183 (71.88% from 255 or 42.56% from 430); Blue value is 122 (48.05% from 255 or 28.37% from 430); Max value from RGB is 183 - color contains mainly: green. Hex color #7DB77A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DB77A is #824885. Grayscale: #9E9E9E. Windows color (decimal): -8538246 or 8042365. OLE color: 8042365.

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

Color convert

RGB125183122-
CMYK0.3200.330.28
HSL117.05º29.76%59.8%-
HSV(B)117.05º33.33%71.76%-
XYZ28.939.6324.54-
YUV158.7107.28103.96-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.07%
GREEN value IS 183 (71.88% from 255) = 42.56%
BLUE value IS 122 (48.05% from 255) = 28.37%
R=29.07%
G=42.56%
B=28.37%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1251831220.3200.330.28117.0529.7659.8
Hex7DB77A200211C751e3c
Octal17526717240041341653674
Binary1111101101101111111010100000010000111100111010111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DB77A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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