#7BC180

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

Shades of De York #7BC180

Tints of De York #7BC180

Color information

#7BC180 (or 0x7BC180) is unknown color: approx De York. HEX triplet: 7B, C1 and 80. RGB value is (123,193,128). Sum of RGB (Red+Green+Blue) = 123+193+128=444 (58% of max value = 765). Red value is 123 (48.44% from 255 or 27.70% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 193 - color contains mainly: green. Hex color #7BC180 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC180 is #843E7F. Grayscale: #A4A4A4. Windows color (decimal): -8666752 or 8438139. OLE color: 8438139.

HSL color Cylindrical-coordinate representation of color #7BC180: hue angle of 124.29º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC180 is Cyan = 0.36, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB123193128-
CMYK0.3600.340.24
HSL124.29º36.08%61.96%-
HSV(B)124.29º36.27%75.69%-
XYZ31.1343.9127.26-
YUV164.66107.3198.29-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.70%
GREEN value IS 193 (75.78% from 255) = 43.47%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=27.70%
G=43.47%
B=28.83%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1231931280.3600.340.24124.2936.0861.96
Hex7BC18024022187c243e
Octal17330120044042301744476
Binary111101111000001100000001001000100010110001111100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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