#7BC880

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

Shades of De York #7BC880

Tints of De York #7BC880

Color information

#7BC880 (or 0x7BC880) is unknown color: approx De York. HEX triplet: 7B, C8 and 80. RGB value is (123,200,128). Sum of RGB (Red+Green+Blue) = 123+200+128=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 200 (78.52% from 255 or 44.35% from 451); Blue value is 128 (50.39% from 255 or 28.38% from 451); Max value from RGB is 200 - color contains mainly: green. Hex color #7BC880 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC880 is #84377F. Grayscale: #A8A8A8. Windows color (decimal): -8664960 or 8439931. OLE color: 8439931.

HSL color Cylindrical-coordinate representation of color #7BC880: hue angle of 123.9º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7BC880 is Cyan = 0.38, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.

Color convert

RGB123200128-
CMYK0.3800.360.22
HSL123.9º41.18%63.33%-
HSV(B)123.9º38.5%78.43%-
XYZ32.7247.0827.78-
YUV168.77104.9995.35-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 200 (78.52% from 255) = 44.35%
BLUE value IS 128 (50.39% from 255) = 28.38%
R=27.27%
G=44.35%
B=28.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1232001280.3800.360.22123.941.1863.33
Hex7BC88026024167c293f
Octal17331020046044261745177
Binary111101111001000100000001001100100100101101111100101001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,200,128); }

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

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

 a { background-color: rgb(123,200,128); }

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

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

 span { border-color: rgb(123,200,128); }

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