#7BC088

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

Shades of De York #7BC088

Tints of De York #7BC088

Color information

#7BC088 (or 0x7BC088) is unknown color: approx De York. HEX triplet: 7B, C0 and 88. RGB value is (123,192,136). Sum of RGB (Red+Green+Blue) = 123+192+136=451 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.27% from 451); Green value is 192 (75.39% from 255 or 42.57% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 192 - color contains mainly: green. Hex color #7BC088 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BC088 is #843F77. Grayscale: #A5A5A5. Windows color (decimal): -8667000 or 8962171. OLE color: 8962171.

HSL color Cylindrical-coordinate representation of color #7BC088: hue angle of 131.3º 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 #7BC088 is Cyan = 0.36, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.25.

Color convert

RGB123192136-
CMYK0.3600.290.25
HSL131.3º35.38%61.76%-
HSV(B)131.3º35.94%75.29%-
XYZ31.4643.6930.07-
YUV164.98111.6498.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.27%
GREEN value IS 192 (75.39% from 255) = 42.57%
BLUE value IS 136 (53.52% from 255) = 30.16%
R=27.27%
G=42.57%
B=30.16%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231921360.3600.290.25131.335.3861.76
Hex7BC0882401D1983233e
Octal17330021044035312034376
Binary111101111000000100010001001000111011100110000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BC088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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