#7ABA75

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

Shades of De York #7ABA75

Tints of De York #7ABA75

Color information

#7ABA75 (or 0x7ABA75) is unknown color: approx De York. HEX triplet: 7A, BA and 75. RGB value is (122,186,117). Sum of RGB (Red+Green+Blue) = 122+186+117=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 186 (73.05% from 255 or 43.76% from 425); Blue value is 117 (46.09% from 255 or 27.53% from 425); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABA75 is #85458A. Grayscale: #9F9F9F. Windows color (decimal): -8734091 or 7715450. OLE color: 7715450.

HSL color Cylindrical-coordinate representation of color #7ABA75: hue angle of 115.65º 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 #7ABA75 is Cyan = 0.34, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB122186117-
CMYK0.3400.370.27
HSL115.65º33.33%59.41%-
HSV(B)115.65º37.1%72.94%-
XYZ28.840.5423.14-
YUV159104.3101.61-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.71%
GREEN value IS 186 (73.05% from 255) = 43.76%
BLUE value IS 117 (46.09% from 255) = 27.53%
R=28.71%
G=43.76%
B=27.53%

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
Decimal1221861170.3400.370.27115.6533.3359.41
Hex7ABA75220251B74213b
Octal17227216542045331644173
Binary11110101011101011101011000100100101110111110100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABA75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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