Html Css Color HEX #7AB99D Padua

📋 copy color: '#7AB99D'

red 122 ◦ green 185 ◦ blue 157

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

Shades of Padua #7AB99D

Tints of Padua #7AB99D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.87%

 BLUE value IS 157 (61.72% from 255) = 33.84%

R = 26.29%
G = 39.87%
B = 33.84%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.15

 K value IS 0.27

RGB Variations

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

Color information

#7AB99D (or 0x7AB99D) is known color: Padua. HEX triplet: 7A, B9 and 9D. RGB value is (122,185,157). Sum of RGB (Red+Green+Blue) = 122+185+157=464 (61% of max value = 765). Red value is 122 (48.05% from 255 or 26.29% from 464); Green value is 185 (72.66% from 255 or 39.87% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 185 - color contains mainly: green. Hex color #7AB99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB99D is #854662. Grayscale: #A3A3A3. Windows color (decimal): -8734307 or 10336634. OLE color: 10336634.

HSL color Cylindrical-coordinate representation of color #7AB99D: hue angle of 153.33º degrees, saturation: 0.31, 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 #7AB99D is Cyan = 0.34, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB 122 185 157 -
CMYK 0.34 0 0.15 0.27
HSL 153.33º 0.31% 0.6% -
HSV(B) 153.33º 0.34% 0.73% -
XYZ 31.46 41.27 38.21 -
YUV 162.97 124.63 98.78 -
System Red Green Blue C M Y K H S L
Decimal 122 185 157 0.34 0 0.15 0.27 153.33 0.31 0.6
Hex 7A B9 9D 22 0 F 1B 99 1F 3C
Octal 172 271 235 42 0 17 33 231 37 74
Binary 1111010 10111001 10011101 100010 0 1111 11011 10011001 11111 111100

Color Harmonies of #7AB99D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB99D

Black with #7AB99D

Text Example


Text Example

White with #7AB99D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,185,157); }

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

background-color css

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

 a { background-color: rgb(122,185,157); }

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

border-color css

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

 span { border-color: rgb(122,185,157); }

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