#7ABD84

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

Shades of De York #7ABD84

Tints of De York #7ABD84

Color information

#7ABD84 (or 0x7ABD84) is unknown color: approx De York. HEX triplet: 7A, BD and 84. RGB value is (122,189,132). Sum of RGB (Red+Green+Blue) = 122+189+132=443 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.54% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 189 - color contains mainly: green. Hex color #7ABD84 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABD84 is #85427B. Grayscale: #A2A2A2. Windows color (decimal): -8733308 or 8699258. OLE color: 8699258.

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

Color convert

RGB122189132-
CMYK0.3500.300.26
HSL128.96º33.67%60.98%-
HSV(B)128.96º35.45%74.12%-
XYZ30.3942.228.37-
YUV162.47110.899.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.54%
GREEN value IS 189 (74.22% from 255) = 42.66%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=27.54%
G=42.66%
B=29.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221891320.3500.300.26128.9633.6760.98
Hex7ABD842301E1A81223d
Octal17227520443036322014275
Binary111101010111101100001001000110111101101010000001100010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,189,132); }

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

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

 a { background-color: rgb(122,189,132); }

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

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

 span { border-color: rgb(122,189,132); }

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