#7BBA7F

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

Shades of De York #7BBA7F

Tints of De York #7BBA7F

Color information

#7BBA7F (or 0x7BBA7F) is unknown color: approx De York. HEX triplet: 7B, BA and 7F. RGB value is (123,186,127). Sum of RGB (Red+Green+Blue) = 123+186+127=436 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.21% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 127 (50% from 255 or 29.13% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA7F is #844580. Grayscale: #A0A0A0. Windows color (decimal): -8668545 or 8370811. OLE color: 8370811.

HSL color Cylindrical-coordinate representation of color #7BBA7F: hue angle of 123.81º degrees, saturation: 0.31, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7BBA7F is Cyan = 0.34, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.27.

Color convert

RGB123186127-
CMYK0.3400.320.27
HSL123.81º31.34%60.59%-
HSV(B)123.81º33.87%72.94%-
XYZ29.5640.8626.41-
YUV160.44109.13101.3-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.21%
GREEN value IS 186 (73.05% from 255) = 42.66%
BLUE value IS 127 (50% from 255) = 29.13%
R=28.21%
G=42.66%
B=29.13%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231861270.3400.320.27123.8131.3460.59
Hex7BBA7F220201B7c1f3d
Octal17327217742040331743775
Binary1111011101110101111111100010010000011011111110011111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,186,127); }

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

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

 a { background-color: rgb(123,186,127); }

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

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

 span { border-color: rgb(123,186,127); }

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