Html Css Color HEX #7ABA80 De York

📋 copy color: '#7ABA80'

red 122 ◦ green 186 ◦ blue 128

#7ABA80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of De York #7ABA80

Tints of De York #7ABA80

RGB

 RED value IS 122 (48.05% from 255) = 27.98%

 GREEN value IS 186 (73.05% from 255) = 42.66%

 BLUE value IS 128 (50.39% from 255) = 29.36%

R = 27.98%
G = 42.66%
B = 29.36%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#7ABA80 (or 0x7ABA80) is known color: De York. HEX triplet: 7A, BA and 80. RGB value is (122,186,128). Sum of RGB (Red+Green+Blue) = 122+186+128=436 (57% of max value = 765). Red value is 122 (48.05% from 255 or 27.98% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 128 (50.39% from 255 or 29.36% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #7ABA80 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7ABA80 is #85457F. Grayscale: #A0A0A0. Windows color (decimal): -8734080 or 8436346. OLE color: 8436346.

HSL color Cylindrical-coordinate representation of color #7ABA80: hue angle of 125.62º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7ABA80 is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 186 128 -
CMYK 0.34 0 0.31 0.27
HSL 125.63º 0.32% 0.6% -
HSV(B) 125.63º 0.34% 0.73% -
XYZ 29.48 40.81 26.75 -
YUV 160.25 109.8 100.72 -
System Red Green Blue C M Y K H S L
Decimal 122 186 128 0.34 0 0.31 0.27 125.63 0.32 0.6
Hex 7A BA 80 22 0 1F 1B 7E 20 3C
Octal 172 272 200 42 0 37 33 176 40 74
Binary 1111010 10111010 10000000 100010 0 11111 11011 1111110 100000 111100

Color Harmonies of #7ABA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ABA80

Black with #7ABA80

Text Example


Text Example

White with #7ABA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #7ABA80;
 }
 .AnyTagClassName
 {
   color: #7ABA80;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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