#7BCB86

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

Shades of De York #7BCB86

Tints of De York #7BCB86

Color information

#7BCB86 (or 0x7BCB86) is unknown color: approx De York. HEX triplet: 7B, CB and 86. RGB value is (123,203,134). Sum of RGB (Red+Green+Blue) = 123+203+134=460 (60% of max value = 765). Red value is 123 (48.44% from 255 or 26.74% from 460); Green value is 203 (79.69% from 255 or 44.13% from 460); Blue value is 134 (52.73% from 255 or 29.13% from 460); Max value from RGB is 203 - color contains mainly: green. Hex color #7BCB86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BCB86 is #843479. Grayscale: #ABABAB. Windows color (decimal): -8664186 or 8833915. OLE color: 8833915.

HSL color Cylindrical-coordinate representation of color #7BCB86: hue angle of 128.25º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7BCB86 is Cyan = 0.39, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.20.

Color convert

RGB123203134-
CMYK0.3900.340.20
HSL128.25º43.48%63.92%-
HSV(B)128.25º39.41%79.61%-
XYZ33.8348.6430.16-
YUV171.2110793.61-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.74%
GREEN value IS 203 (79.69% from 255) = 44.13%
BLUE value IS 134 (52.73% from 255) = 29.13%
R=26.74%
G=44.13%
B=29.13%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1232031340.3900.340.20128.2543.4863.92
Hex7BCB862702214802b40
Octal173313206470422420053100
Binary11110111100101110000110100111010001010100100000001010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BCB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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