Html Css Color HEX #7AB492 Padua

📋 copy color: '#7AB492'

red 122 ◦ green 180 ◦ blue 146

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

Shades of Padua #7AB492

Tints of Padua #7AB492

RGB

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

 GREEN value IS 180 (70.7% from 255) = 40.18%

 BLUE value IS 146 (57.42% from 255) = 32.59%

R = 27.23%
G = 40.18%
B = 32.59%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#7AB492 (or 0x7AB492) is known color: Padua. HEX triplet: 7A, B4 and 92. RGB value is (122,180,146). Sum of RGB (Red+Green+Blue) = 122+180+146=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 180 (70.70% from 255 or 40.18% from 448); Blue value is 146 (57.42% from 255 or 32.59% from 448); Max value from RGB is 180 - color contains mainly: green. Hex color #7AB492 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB492 is #854B6D. Grayscale: #9E9E9E. Windows color (decimal): -8735598 or 9614458. OLE color: 9614458.

HSL color Cylindrical-coordinate representation of color #7AB492: hue angle of 144.83º degrees, saturation: 0.28, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7AB492 is Cyan = 0.32, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 180 146 -
CMYK 0.32 0 0.19 0.29
HSL 144.83º 0.28% 0.59% -
HSV(B) 144.83º 0.32% 0.71% -
XYZ 29.54 38.86 33.14 -
YUV 158.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 122 180 146 0.32 0 0.19 0.29 144.83 0.28 0.59
Hex 7A B4 92 20 0 13 1D 91 1C 3B
Octal 172 264 222 40 0 23 35 221 34 73
Binary 1111010 10110100 10010010 100000 0 10011 11101 10010001 11100 111011

Color Harmonies of #7AB492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB492

Black with #7AB492

Text Example


Text Example

White with #7AB492

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,180,146); }

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

background-color css

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

 a { background-color: rgb(122,180,146); }

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

border-color css

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

 span { border-color: rgb(122,180,146); }

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