#7BBE86

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

Shades of De York #7BBE86

Tints of De York #7BBE86

Color information

#7BBE86 (or 0x7BBE86) is unknown color: approx De York. HEX triplet: 7B, BE and 86. RGB value is (123,190,134). Sum of RGB (Red+Green+Blue) = 123+190+134=447 (59% of max value = 765). Red value is 123 (48.44% from 255 or 27.52% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 134 (52.73% from 255 or 29.98% from 447); Max value from RGB is 190 - color contains mainly: green. Hex color #7BBE86 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7BBE86 is #844179. Grayscale: #A3A3A3. Windows color (decimal): -8667514 or 8830587. OLE color: 8830587.

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

Color convert

RGB123190134-
CMYK0.3500.290.25
HSL129.85º34.01%61.37%-
HSV(B)129.85º35.26%74.51%-
XYZ30.8842.7629.18-
YUV163.58111.399.05-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 27.52%
GREEN value IS 190 (74.61% from 255) = 42.51%
BLUE value IS 134 (52.73% from 255) = 29.98%
R=27.52%
G=42.51%
B=29.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1231901340.3500.290.25129.8534.0161.37
Hex7BBE862301D1982223d
Octal17327620643035312024275
Binary111101110111110100001101000110111011100110000010100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBE86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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