#7ABF75

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

Shades of De York #7ABF75

Tints of De York #7ABF75

Color information

#7ABF75 (or 0x7ABF75) is unknown color: approx De York. HEX triplet: 7A, BF and 75. RGB value is (122,191,117). Sum of RGB (Red+Green+Blue) = 122+191+117=430 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.37% from 430); Green value is 191 (75% from 255 or 44.42% from 430); Blue value is 117 (46.09% from 255 or 27.21% from 430); Max value from RGB is 191 - color contains mainly: green. Hex color #7ABF75 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #7ABF75 is #85408A. Grayscale: #A2A2A2. Windows color (decimal): -8732811 or 7716730. OLE color: 7716730.

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

Color convert

RGB122191117-
CMYK0.3600.390.25
HSL115.95º36.63%60.39%-
HSV(B)115.95º38.74%74.9%-
XYZ29.8742.6823.49-
YUV161.93102.6499.52-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 28.37%
GREEN value IS 191 (75% from 255) = 44.42%
BLUE value IS 117 (46.09% from 255) = 27.21%
R=28.37%
G=44.42%
B=27.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1221911170.3600.390.25115.9536.6360.39
Hex7ABF75240271974253c
Octal17227716544047311644574
Binary11110101011111111101011001000100111110011110100100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7ABF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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