Html Css Color HEX #7AB593 Padua

📋 copy color: '#7AB593'

red 122 ◦ green 181 ◦ blue 147

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

Shades of Padua #7AB593

Tints of Padua #7AB593

RGB

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

 GREEN value IS 181 (71.09% from 255) = 40.22%

 BLUE value IS 147 (57.81% from 255) = 32.67%

R = 27.11%
G = 40.22%
B = 32.67%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.19

 K value IS 0.29

RGB Variations

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

Color information

#7AB593 (or 0x7AB593) is known color: Padua. HEX triplet: 7A, B5 and 93. RGB value is (122,181,147). Sum of RGB (Red+Green+Blue) = 122+181+147=450 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.11% from 450); Green value is 181 (71.09% from 255 or 40.22% from 450); Blue value is 147 (57.81% from 255 or 32.67% from 450); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB593 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB593 is #854A6C. Grayscale: #9F9F9F. Windows color (decimal): -8735341 or 9680250. OLE color: 9680250.

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

Color convert

RGB 122 181 147 -
CMYK 0.33 0 0.19 0.29
HSL 145.42º 0.29% 0.59% -
HSV(B) 145.42º 0.33% 0.71% -
XYZ 29.82 39.29 33.62 -
YUV 159.48 120.95 101.26 -
System Red Green Blue C M Y K H S L
Decimal 122 181 147 0.33 0 0.19 0.29 145.42 0.29 0.59
Hex 7A B5 93 21 0 13 1D 91 1D 3B
Octal 172 265 223 41 0 23 35 221 35 73
Binary 1111010 10110101 10010011 100001 0 10011 11101 10010001 11101 111011

Color Harmonies of #7AB593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB593

Black with #7AB593

Text Example


Text Example

White with #7AB593

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,181,147); }

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

background-color css

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

 a { background-color: rgb(122,181,147); }

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

border-color css

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

 span { border-color: rgb(122,181,147); }

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