#7BBA75

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

Shades of De York #7BBA75

Tints of De York #7BBA75

Color information

#7BBA75 (or 0x7BBA75) is unknown color: approx De York. HEX triplet: 7B, BA and 75. RGB value is (123,186,117). Sum of RGB (Red+Green+Blue) = 123+186+117=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 186 (73.05% from 255 or 43.66% from 426); Blue value is 117 (46.09% from 255 or 27.46% from 426); Max value from RGB is 186 - color contains mainly: green. Hex color #7BBA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7BBA75 is #84458A. Grayscale: #9F9F9F. Windows color (decimal): -8668555 or 7715451. OLE color: 7715451.

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

Color convert

RGB123186117-
CMYK0.3400.370.27
HSL114.78º33.33%59.41%-
HSV(B)114.78º37.1%72.94%-
XYZ28.9440.6123.14-
YUV159.3104.13102.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.87%
GREEN value IS 186 (73.05% from 255) = 43.66%
BLUE value IS 117 (46.09% from 255) = 27.46%
R=28.87%
G=43.66%
B=27.46%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231861170.3400.370.27114.7833.3359.41
Hex7BBA75220251B73213b
Octal17327216542045331634173
Binary11110111011101011101011000100100101110111110011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BBA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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