#7ABC81

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

Shades of De York #7ABC81

Tints of De York #7ABC81

Color information

#7ABC81 (or 0x7ABC81) is unknown color: approx De York. HEX triplet: 7A, BC and 81. RGB value is (122,188,129). Sum of RGB (Red+Green+Blue) = 122+188+129=439 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.79% from 439); Green value is 188 (73.83% from 255 or 42.82% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 188 - color contains mainly: green. Hex color #7ABC81 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABC81 is #85437E. Grayscale: #A1A1A1. Windows color (decimal): -8733567 or 8502394. OLE color: 8502394.

HSL color Cylindrical-coordinate representation of color #7ABC81: hue angle of 126.36º degrees, saturation: 0.33, 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 #7ABC81 is Cyan = 0.35, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.26.

Color convert

RGB122188129-
CMYK0.3500.310.26
HSL126.36º33%60.78%-
HSV(B)126.36º35.11%73.73%-
XYZ29.9741.6927.24-
YUV161.54109.6399.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.79%
GREEN value IS 188 (73.83% from 255) = 42.82%
BLUE value IS 129 (50.78% from 255) = 29.38%
R=27.79%
G=42.82%
B=29.38%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1221881290.3500.310.26126.363360.78
Hex7ABC812301F1A7e213d
Octal17227420143037321764175
Binary11110101011110010000001100011011111110101111110100001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABC81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,188,129); }

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

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

 a { background-color: rgb(122,188,129); }

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

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

 span { border-color: rgb(122,188,129); }

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