#7BC086

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

Shades of De York #7BC086

Tints of De York #7BC086

Color information

#7BC086 (or 0x7BC086) is unknown color: approx De York. HEX triplet: 7B, C0 and 86. RGB value is (123,192,134). Sum of RGB (Red+Green+Blue) = 123+192+134=449 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.39% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 134 (52.73% from 255 or 29.84% from 449); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC086 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC086 is #843F79. Grayscale: #A4A4A4. Windows color (decimal): -8667002 or 8831099. OLE color: 8831099.

HSL color Cylindrical-coordinate representation of color #7BC086: hue angle of 129.57º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7BC086 is Cyan = 0.36, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.25.

Color convert

RGB123192134-
CMYK0.3600.300.25
HSL129.57º35.38%61.76%-
HSV(B)129.57º35.94%75.29%-
XYZ31.3243.6329.33-
YUV164.76110.6498.22-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.39%
GREEN value IS 192 (75.39% from 255) = 42.76%
BLUE value IS 134 (52.73% from 255) = 29.84%
R=27.39%
G=42.76%
B=29.84%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231921340.3600.300.25129.5735.3861.76
Hex7BC0862401E1982233e
Octal17330020644036312024376
Binary111101111000000100001101001000111101100110000010100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC086

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,192,134); }

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

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

 a { background-color: rgb(123,192,134); }

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

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

 span { border-color: rgb(123,192,134); }

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