#7FB99D

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

Shades of Padua #7FB99D

Tints of Padua #7FB99D

Color information

#7FB99D (or 0x7FB99D) is unknown color: approx Padua. HEX triplet: 7F, B9 and 9D. RGB value is (127,185,157). Sum of RGB (Red+Green+Blue) = 127+185+157=469 (62% of max value = 765). Red value is 127 (50% from 255 or 27.08% from 469); Green value is 185 (72.66% from 255 or 39.45% from 469); Blue value is 157 (61.72% from 255 or 33.48% from 469); Max value from RGB is 185 - color contains mainly: green. Hex color #7FB99D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #7FB99D is #804662. Grayscale: #A4A4A4. Windows color (decimal): -8406627 or 10336639. OLE color: 10336639.

HSL color Cylindrical-coordinate representation of color #7FB99D: hue angle of 151.03º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7FB99D is Cyan = 0.31, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.

Color convert

RGB127185157-
CMYK0.3100.150.27
HSL151.03º29.29%61.18%-
HSV(B)151.03º31.35%72.55%-
XYZ32.1941.6438.24-
YUV164.47123.78101.28-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 27.08%
GREEN value IS 185 (72.66% from 255) = 39.45%
BLUE value IS 157 (61.72% from 255) = 33.48%
R=27.08%
G=39.45%
B=33.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1271851570.3100.150.27151.0329.2961.18
Hex7FB99D1F0F1B971d3d
Octal17727123537017332273575
Binary111111110111001100111011111101111110111001011111101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7FB99D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,185,157); }

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

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

 a { background-color: rgb(127,185,157); }

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

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

 span { border-color: rgb(127,185,157); }

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