Html Css Color HEX #7AB592 Padua

📋 copy color: '#7AB592'

red 122 ◦ green 181 ◦ blue 146

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

Shades of Padua #7AB592

Tints of Padua #7AB592

RGB

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

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

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

R = 27.17%
G = 40.31%
B = 32.52%

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

#7AB592 (or 0x7AB592) is known color: Padua. HEX triplet: 7A, B5 and 92. RGB value is (122,181,146). Sum of RGB (Red+Green+Blue) = 122+181+146=449 (59% of max value = 765). Red value is 122 (48.05% from 255 or 27.17% from 449); Green value is 181 (71.09% from 255 or 40.31% from 449); Blue value is 146 (57.42% from 255 or 32.52% from 449); Max value from RGB is 181 - color contains mainly: green. Hex color #7AB592 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB592 is #854A6D. Grayscale: #9F9F9F. Windows color (decimal): -8735342 or 9614714. OLE color: 9614714.

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

Color convert

RGB 122 181 146 -
CMYK 0.33 0 0.19 0.29
HSL 144.41º 0.29% 0.59% -
HSV(B) 144.41º 0.33% 0.71% -
XYZ 29.74 39.26 33.2 -
YUV 159.37 120.45 101.35 -
System Red Green Blue C M Y K H S L
Decimal 122 181 146 0.33 0 0.19 0.29 144.41 0.29 0.59
Hex 7A B5 92 21 0 13 1D 90 1D 3B
Octal 172 265 222 41 0 23 35 220 35 73
Binary 1111010 10110101 10010010 100001 0 10011 11101 10010000 11101 111011

Color Harmonies of #7AB592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7AB592

Black with #7AB592

Text Example


Text Example

White with #7AB592

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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