#7BA98F

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

Shades of Padua #7BA98F

Tints of Padua #7BA98F

Color information

#7BA98F (or 0x7BA98F) is unknown color: approx Padua. HEX triplet: 7B, A9 and 8F. RGB value is (123,169,143). Sum of RGB (Red+Green+Blue) = 123+169+143=435 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.28% from 435); Green value is 169 (66.41% from 255 or 38.85% from 435); Blue value is 143 (56.25% from 255 or 32.87% from 435); Max value from RGB is 169 - color contains mainly: green. Hex color #7BA98F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7BA98F is #845670. Grayscale: #989898. Windows color (decimal): -8672881 or 9415035. OLE color: 9415035.

HSL color Cylindrical-coordinate representation of color #7BA98F: hue angle of 146.09º degrees, saturation: 0.21, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7BA98F is Cyan = 0.27, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.

Color convert

RGB123169143-
CMYK0.2700.150.34
HSL146.09º21.1%57.25%-
HSV(B)146.09º27.22%66.27%-
XYZ27.3134.5731.22-
YUV152.28122.76107.11-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.28%
GREEN value IS 169 (66.41% from 255) = 38.85%
BLUE value IS 143 (56.25% from 255) = 32.87%
R=28.28%
G=38.85%
B=32.87%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1231691430.2700.150.34146.0921.157.25
Hex7BA98F1B0F22921539
Octal17325121733017422222571
Binary1111011101010011000111111011011111000101001001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BA98F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,169,143); }

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

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

 a { background-color: rgb(123,169,143); }

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

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

 span { border-color: rgb(123,169,143); }

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