#7DBB78

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

Shades of De York #7DBB78

Tints of De York #7DBB78

Color information

#7DBB78 (or 0x7DBB78) is unknown color: approx De York. HEX triplet: 7D, BB and 78. RGB value is (125,187,120). Sum of RGB (Red+Green+Blue) = 125+187+120=432 (57% of max value = 765). Red value is 125 (49.22% from 255 or 28.94% from 432); Green value is 187 (73.44% from 255 or 43.29% from 432); Blue value is 120 (47.27% from 255 or 27.78% from 432); Max value from RGB is 187 - color contains mainly: green. Hex color #7DBB78 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7DBB78 is #824487. Grayscale: #A1A1A1. Windows color (decimal): -8537224 or 7912317. OLE color: 7912317.

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

Color convert

RGB125187120-
CMYK0.3300.360.27
HSL115.52º33%60.2%-
HSV(B)115.52º35.83%73.33%-
XYZ29.6241.2624.17-
YUV160.82104.96102.45-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 28.94%
GREEN value IS 187 (73.44% from 255) = 43.29%
BLUE value IS 120 (47.27% from 255) = 27.78%
R=28.94%
G=43.29%
B=27.78%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1251871200.3300.360.27115.523360.2
Hex7DBB78210241B74213c
Octal17527317041044331644174
Binary11111011011101111110001000010100100110111110100100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7DBB78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,187,120); }

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

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

 a { background-color: rgb(125,187,120); }

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

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

 span { border-color: rgb(125,187,120); }

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