#7ABF7F

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

Shades of De York #7ABF7F

Tints of De York #7ABF7F

Color information

#7ABF7F (or 0x7ABF7F) is unknown color: approx De York. HEX triplet: 7A, BF and 7F. RGB value is (122,191,127). Sum of RGB (Red+Green+Blue) = 122+191+127=440 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.73% from 440); Green value is 191 (75% from 255 or 43.41% from 440); Blue value is 127 (50% from 255 or 28.86% from 440); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF7F is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF7F is #854080. Grayscale: #A3A3A3. Windows color (decimal): -8732801 or 8372090. OLE color: 8372090.

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

Color convert

RGB122191127-
CMYK0.3600.340.25
HSL124.35º35.03%61.37%-
HSV(B)124.35º36.13%74.9%-
XYZ30.4942.9326.76-
YUV163.07107.6498.7-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 27.73%
GREEN value IS 191 (75% from 255) = 43.41%
BLUE value IS 127 (50% from 255) = 28.86%
R=27.73%
G=43.41%
B=28.86%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911270.3600.340.25124.3535.0361.37
Hex7ABF7F24022197c233d
Octal17227717744042311744375
Binary11110101011111111111111001000100010110011111100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,191,127); }

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

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

 a { background-color: rgb(122,191,127); }

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

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

 span { border-color: rgb(122,191,127); }

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