#7FB692

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

Shades of Padua #7FB692

Tints of Padua #7FB692

Color information

#7FB692 (or 0x7FB692) is unknown color: approx Padua. HEX triplet: 7F, B6 and 92. RGB value is (127,182,146). Sum of RGB (Red+Green+Blue) = 127+182+146=455 (60% of max value = 765). Red value is 127 (50% from 255 or 27.91% from 455); Green value is 182 (71.48% from 255 or 40% from 455); Blue value is 146 (57.42% from 255 or 32.09% from 455); Max value from RGB is 182 - color contains mainly: green. Hex color #7FB692 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB692 is #80496D. Grayscale: #A1A1A1. Windows color (decimal): -8407406 or 9614975. OLE color: 9614975.

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

Color convert

RGB127182146-
CMYK0.3000.200.29
HSL140.73º27.36%60.59%-
HSV(B)140.73º30.22%71.37%-
XYZ30.6740.0433.31-
YUV161.45119.28103.43-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.91%
GREEN value IS 182 (71.48% from 255) = 40%
BLUE value IS 146 (57.42% from 255) = 32.09%
R=27.91%
G=40%
B=32.09%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1271821460.3000.200.29140.7327.3660.59
Hex7FB6921E0141D8d1b3d
Octal17726622236024352153375
Binary1111111101101101001001011110010100111011000110111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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