#7AB795

Color #7AB795 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #7AB795

Tints of Padua #7AB795

Color information

#7AB795 (or 0x7AB795) is unknown color: approx Padua. HEX triplet: 7A, B7 and 95. RGB value is (122,183,149). Sum of RGB (Red+Green+Blue) = 122+183+149=454 (60% of max value = 765). Red value is 122 (48.05% from 255 or 26.87% from 454); Green value is 183 (71.88% from 255 or 40.31% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 183 - color contains mainly: green. Hex color #7AB795 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7AB795 is #85486A. Grayscale: #A0A0A0. Windows color (decimal): -8734827 or 9811834. OLE color: 9811834.

HSL color Cylindrical-coordinate representation of color #7AB795: hue angle of 146.56º degrees, saturation: 0.3, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AB795 is Cyan = 0.33, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.28.

Color convert

RGB122183149-
CMYK0.3300.190.28
HSL146.56º29.76%59.8%-
HSV(B)146.56º33.33%71.76%-
XYZ30.3840.1734.59-
YUV160.88121.29100.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 26.87%
GREEN value IS 183 (71.88% from 255) = 40.31%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=26.87%
G=40.31%
B=32.82%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1221831490.3300.190.28146.5629.7659.8
Hex7AB795210131C931e3c
Octal17226722541023342233674
Binary11110101011011110010101100001010011111001001001111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7AB795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,183,149); }

 H1.HeaderClassName
 {
   color: #7AB795;
 }
 .AnyTagClassName
 {
   color: #7AB795;
 }
</style>
background-color css

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

 a { background-color: rgb(122,183,149); }

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

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

 span { border-color: rgb(122,183,149); }

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