#78BB80

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

Shades of De York #78BB80

Tints of De York #78BB80

Color information

#78BB80 (or 0x78BB80) is unknown color: approx De York. HEX triplet: 78, BB and 80. RGB value is (120,187,128). Sum of RGB (Red+Green+Blue) = 120+187+128=435 (57% of max value = 765). Red value is 120 (47.27% from 255 or 27.59% from 435); Green value is 187 (73.44% from 255 or 42.99% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 187 - color contains mainly: green. Hex color #78BB80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #78BB80 is #87447F. Grayscale: #A0A0A0. Windows color (decimal): -8864896 or 8436600. OLE color: 8436600.

HSL color Cylindrical-coordinate representation of color #78BB80: hue angle of 127.16º 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 #78BB80 is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB120187128-
CMYK0.3600.320.27
HSL127.16º33%60.2%-
HSV(B)127.16º35.83%73.33%-
XYZ29.4141.0926.8-
YUV160.24109.899.3-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.59%
GREEN value IS 187 (73.44% from 255) = 42.99%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=27.59%
G=42.99%
B=29.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1201871280.3600.320.27127.163360.2
Hex78BB80240201B7f213c
Octal17027320044040331774174
Binary111100010111011100000001001000100000110111111111100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78BB80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78BB80; }

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

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

<style>
 a { background-color: #78BB80; }

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

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

<style>
 span { border-color: #78BB80; }

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

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