#7BC685

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

Shades of De York #7BC685

Tints of De York #7BC685

Color information

#7BC685 (or 0x7BC685) is unknown color: approx De York. HEX triplet: 7B, C6 and 85. RGB value is (123,198,133). Sum of RGB (Red+Green+Blue) = 123+198+133=454 (60% of max value = 765). Red value is 123 (48.44% from 255 or 27.09% from 454); Green value is 198 (77.73% from 255 or 43.61% from 454); Blue value is 133 (52.34% from 255 or 29.30% from 454); Max value from RGB is 198 - color contains mainly: green. Hex color #7BC685 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC685 is #84397A. Grayscale: #A8A8A8. Windows color (decimal): -8665467 or 8767099. OLE color: 8767099.

HSL color Cylindrical-coordinate representation of color #7BC685: hue angle of 128º degrees, saturation: 0.4, 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 #7BC685 is Cyan = 0.38, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.22.

Color convert

RGB123198133-
CMYK0.3800.330.22
HSL128º39.68%62.94%-
HSV(B)128º37.88%77.65%-
XYZ32.646.2929.41-
YUV168.16108.1595.79-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.09%
GREEN value IS 198 (77.73% from 255) = 43.61%
BLUE value IS 133 (52.34% from 255) = 29.30%
R=27.09%
G=43.61%
B=29.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1231981330.3800.330.2212839.6862.94
Hex7BC685260211680283f
Octal17330620546041262005077
Binary1111011110001101000010110011001000011011010000000101000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,198,133); }

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

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

 a { background-color: rgb(123,198,133); }

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

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

 span { border-color: rgb(123,198,133); }

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