#7FB69F

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

Shades of Padua #7FB69F

Tints of Padua #7FB69F

Color information

#7FB69F (or 0x7FB69F) is unknown color: approx Padua. HEX triplet: 7F, B6 and 9F. RGB value is (127,182,159). Sum of RGB (Red+Green+Blue) = 127+182+159=468 (61% of max value = 765). Red value is 127 (50% from 255 or 27.14% from 468); Green value is 182 (71.48% from 255 or 38.89% from 468); Blue value is 159 (62.5% from 255 or 33.97% from 468); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB69F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB69F is #804960. Grayscale: #A2A2A2. Windows color (decimal): -8407393 or 10466943. OLE color: 10466943.

HSL color Cylindrical-coordinate representation of color #7FB69F: hue angle of 154.91º degrees, saturation: 0.27, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7FB69F is Cyan = 0.30, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.

Color convert

RGB127182159-
CMYK0.3000.130.29
HSL154.91º27.36%60.59%-
HSV(B)154.91º30.22%71.37%-
XYZ31.7440.4738.94-
YUV162.93125.78102.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.14%
GREEN value IS 182 (71.48% from 255) = 38.89%
BLUE value IS 159 (62.5% from 255) = 33.97%
R=27.14%
G=38.89%
B=33.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821590.3000.130.29154.9127.3660.59
Hex7FB69F1E0D1D9b1b3d
Octal17726623736015352333375
Binary111111110110110100111111111001101111011001101111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,182,159); }

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

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

 a { background-color: rgb(127,182,159); }

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

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

 span { border-color: rgb(127,182,159); }

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