Html Css Color HEX #7AB591 Padua

📋 copy color: '#7AB591'

red 122 ◦ green 181 ◦ blue 145

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

Shades of Padua #7AB591

Tints of Padua #7AB591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 32.37%

R = 27.23%
G = 40.4%
B = 32.37%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#7AB591 (or 0x7AB591) is known color: Padua. HEX triplet: 7A, B5 and 91. RGB value is (122,181,145). Sum of RGB (Red+Green+Blue) = 122+181+145=448 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.23% from 448); Green value is 181 (71.09% from 255 or 40.40% from 448); Blue value is 145 (57.03% from 255 or 32.37% from 448); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB591 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB591 is #854A6E. Grayscale: #9F9F9F. Windows color (decimal): -8735343 or 9549178. OLE color: 9549178.

HSL color Cylindrical-coordinate representation of color #7AB591: hue angle of 143.39º 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 #7AB591 is Cyan = 0.33, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 122 181 145 -
CMYK 0.33 0 0.20 0.29
HSL 143.39º 0.29% 0.59% -
HSV(B) 143.39º 0.33% 0.71% -
XYZ 29.66 39.23 32.8 -
YUV 159.26 119.95 101.43 -
System Red Green Blue C M Y K H S L
Decimal 122 181 145 0.33 0 0.20 0.29 143.39 0.29 0.59
Hex 7A B5 91 21 0 14 1D 8F 1D 3B
Octal 172 265 221 41 0 24 35 217 35 73
Binary 1111010 10110101 10010001 100001 0 10100 11101 10001111 11101 111011

Color Harmonies of #7AB591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB591

Black with #7AB591

Text Example


Text Example

White with #7AB591

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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