#7FB499

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

Shades of Padua #7FB499

Tints of Padua #7FB499

Color information

#7FB499 (or 0x7FB499) is unknown color: approx Padua. HEX triplet: 7F, B4 and 99. RGB value is (127,180,153). Sum of RGB (Red+Green+Blue) = 127+180+153=460 (60% of max value = 765). Red value is 127 (50% from 255 or 27.61% from 460); Green value is 180 (70.70% from 255 or 39.13% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 180 - color contains mainly: green. Hex color #7FB499 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB499 is #804B66. Grayscale: #A1A1A1. Windows color (decimal): -8407911 or 10073215. OLE color: 10073215.

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

Color convert

RGB127180153-
CMYK0.2900.150.29
HSL149.43º26.11%60.2%-
HSV(B)149.43º29.44%70.59%-
XYZ30.8239.4536.13-
YUV161.07123.44103.7-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.61%
GREEN value IS 180 (70.70% from 255) = 39.13%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=27.61%
G=39.13%
B=33.26%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271801530.2900.150.29149.4326.1160.2
Hex7FB4991D0F1D951a3c
Octal17726423135017352253274
Binary111111110110100100110011110101111111011001010111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,180,153); }

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

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

 a { background-color: rgb(127,180,153); }

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

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

 span { border-color: rgb(127,180,153); }

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