#7CC686

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

Shades of De York #7CC686

Tints of De York #7CC686

Color information

#7CC686 (or 0x7CC686) is unknown color: approx De York. HEX triplet: 7C, C6 and 86. RGB value is (124,198,134). Sum of RGB (Red+Green+Blue) = 124+198+134=456 (60% of max value = 765). Red value is 124 (48.83% from 255 or 27.19% from 456); Green value is 198 (77.73% from 255 or 43.42% from 456); Blue value is 134 (52.73% from 255 or 29.39% from 456); Max value from RGB is 198 - color contains mainly: green. Hex color #7CC686 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7CC686 is #833979. Grayscale: #A8A8A8. Windows color (decimal): -8599930 or 8832636. OLE color: 8832636.

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

Color convert

RGB124198134-
CMYK0.3700.320.22
HSL128.11º39.36%63.14%-
HSV(B)128.11º37.37%77.65%-
XYZ32.8146.3929.78-
YUV168.58108.4896.2-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 27.19%
GREEN value IS 198 (77.73% from 255) = 43.42%
BLUE value IS 134 (52.73% from 255) = 29.39%
R=27.19%
G=43.42%
B=29.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1241981340.3700.320.22128.1139.3663.14
Hex7CC686250201680273f
Octal17430620645040262004777
Binary1111100110001101000011010010101000001011010000000100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7CC686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(124,198,134); }

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

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

 a { background-color: rgb(124,198,134); }

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

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

 span { border-color: rgb(124,198,134); }

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